mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-16 03:06:27 +00:00
Update dev.js
Fixed console.log that is there by design
This commit is contained in:
@@ -37,7 +37,7 @@ function startServer () {
|
|||||||
resolve()
|
resolve()
|
||||||
} else {
|
} else {
|
||||||
if (!firstRun) {
|
if (!firstRun) {
|
||||||
return
|
console.log(stats.compilation.errors[0])
|
||||||
} else {
|
} else {
|
||||||
firstRun = false
|
firstRun = false
|
||||||
reject(stats.compilation.errors[0])
|
reject(stats.compilation.errors[0])
|
||||||
|
|||||||
Reference in New Issue
Block a user