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))