Skip to content
This repository was archived by the owner on Jun 3, 2019. It is now read-only.

Commit bcdce08

Browse files
birkirctrlplusb
authored andcommitted
Add color support for stdout (#443)
Passing colors from server to console in develop.
1 parent dbb0d3a commit bcdce08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/development/hotNodeServer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class HotNodeServer {
2222
});
2323
}
2424

25-
const newServer = spawn('node', [compiledEntryFile]);
25+
const newServer = spawn('node', [compiledEntryFile, '--color']);
2626

2727
log({
2828
title: name,

0 commit comments

Comments
 (0)