Skip to content

Commit 6f2f6e9

Browse files
author
Sam Herrington
authored
Update dev.js
Fixed console.log that is there by design
1 parent ca69bd6 commit 6f2f6e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-scripts/dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function startServer () {
3737
resolve()
3838
} else {
3939
if (!firstRun) {
40-
return
40+
console.log(stats.compilation.errors[0])
4141
} else {
4242
firstRun = false
4343
reject(stats.compilation.errors[0])

0 commit comments

Comments
 (0)