We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaaaa42 commit ceb0053Copy full SHA for ceb0053
src/controllers/test/index.js
@@ -71,7 +71,7 @@ export default class TestController {
71
testProcess.on('exit', function (statusCode) {
72
if (statusCode === 0) {
73
if (options.format === 'json') {
74
- resolve(stdoutLines.join());
+ resolve(stdoutLines.join(''));
75
}
76
else {
77
resolve(stdoutLines.join('\n'));
0 commit comments