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

Commit ba3ca11

Browse files
committed
Log data errors for dev server instead of exploding
1 parent 2fe008d commit ba3ca11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/dev/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function startDevServer(settings, log, error) {
9999
})
100100

101101
ps.stderr.on('data', data => {
102-
error(`${data}`)
102+
log(`Error reading data: ${data}`)
103103
})
104104

105105
ps.on('close', code => {

0 commit comments

Comments
 (0)