Skip to content

Commit fa75397

Browse files
author
Fatme
authored
PR comment
1 parent 9e39584 commit fa75397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/converter.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function createWatcher(data) {
4747
watchPromisesChain = watchPromisesChain
4848
.then(() => spawnNodeSass(data))
4949
.catch(err => {
50-
if (err.stopExecution === false && err.errorAsWarning) {
50+
if (!err.stopExecution && err.errorAsWarning) {
5151
data.logger.warn(err.message);
5252
} else {
5353
throw err;

0 commit comments

Comments
 (0)