From a347f9d50f84e44b49bd89ceee3d2ae440ccf839 Mon Sep 17 00:00:00 2001 From: msojocs Date: Sat, 6 Jul 2024 22:34:45 +0800 Subject: [PATCH] test --- test/runner/module-windows.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/runner/module-windows.ts b/test/runner/module-windows.ts index 08cf47b..c7b15a1 100644 --- a/test/runner/module-windows.ts +++ b/test/runner/module-windows.ts @@ -35,6 +35,7 @@ const HTTP = { }); res.on('end', () => { // console.log('No more data in response.'); + console.log('end:', ret?.substring(0, 10)) if (compilerOptions.lazyloadConfig) { resolve(JSON.parse(ret))