We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e39584 commit fa75397Copy full SHA for fa75397
src/lib/converter.js
@@ -47,7 +47,7 @@ function createWatcher(data) {
47
watchPromisesChain = watchPromisesChain
48
.then(() => spawnNodeSass(data))
49
.catch(err => {
50
- if (err.stopExecution === false && err.errorAsWarning) {
+ if (!err.stopExecution && err.errorAsWarning) {
51
data.logger.warn(err.message);
52
} else {
53
throw err;
0 commit comments