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 ff8ede4 commit 988eba1Copy full SHA for 988eba1
src/index.ts
@@ -209,9 +209,9 @@ export const runDev = (
209
if (child.connected === undefined || child.connected === true) {
210
log.debug('Disconnecting from child')
211
child.disconnect()
212
- //if (!willTerminate) {
213
- killChild()
214
- //}
+ if (!willTerminate) {
+ killChild()
+ }
215
}
216
217
@@ -221,7 +221,7 @@ export const runDev = (
221
compiler.init()
222
223
compiler.clearErrorCompile()
224
-
+
225
if (isManualRestart === true) {
226
notify('Restarting', 'manual restart from user')
227
} else {
0 commit comments