Open saper opened 9 years ago
It takes around of 15 minutes of running a pared-down version of tests/cli.js
in a loop to reproduce those as above:
time sh -c 'while node_modules/.bin/mocha test/xcli.js ; do true; done; '
This could be a sass-graph issue. I'll take a look.
I also feel there's something wrong in
I'd love to have this moved to lib/watch.js
and be properly tested internally.
This needs to be tested again with the current code.
Unfortunately, I was getting the same on 4.12.0 trying to debug https://github.com/sass/node-sass/issues/2755
This is a follow up to #1150 which still does not fix the issues.
Our two tests (quoted below) sometimes (rarely) produce two lines of output. This looks like a double notification coming, from whatever reason. Maybe there is an interesting relation because we have both
index.scss
andindex.sass
in the directory.I am going to mark those tests as flaky to avoid CI issues until we fix that.
Test code: