build(gulp): properly exit tasks that don't use broccoli pipeline when ctrl+c is hit
Closes #4194
This commit is contained in:
parent
dcd2df2486
commit
851b1cf013
|
@ -1329,6 +1329,7 @@ process.on('SIGINT', function() {
|
||||||
process.exit();
|
process.exit();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
process.exit();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue