diff --git a/test/runner/module-windows.ts b/test/runner/module-windows.ts index c7b15a1..394f8c1 100644 --- a/test/runner/module-windows.ts +++ b/test/runner/module-windows.ts @@ -35,7 +35,10 @@ const HTTP = { }); res.on('end', () => { // console.log('No more data in response.'); - console.log('end:', ret?.substring(0, 10)) + if (ret?.startsWith('server error')) + { + console.log('error:', ret) + } if (compilerOptions.lazyloadConfig) { resolve(JSON.parse(ret))