diff --git a/tests/run-tests.js b/tests/run-tests.js index c371d492931285eb8fad9159787e6fef9861fb55..a1b6f25913147db3b7eb567883ad4e7f15c0bcd0 100644 --- a/tests/run-tests.js +++ b/tests/run-tests.js @@ -10,7 +10,7 @@ const startServer = spawn(/^win/.test(process.platform) ? 'npm.cmd' : 'npm', ['s startServer.stderr.on('data', data => { // eslint-disable-next-line - console.log(data); + console.log(data.toString()); }); startServer.on('exit', () => {