rhysd / Shiba

Rich markdown live preview app with linter
774 stars 55 forks source link

Watching path is changed even if D&Ded file is incorrect #36

Closed rhysd closed 7 years ago

rhysd commented 7 years ago

Repro

  1. Open app
  2. D&D foo.md file
  3. Modify foo.md and check preview is updated
  4. D&D foo.js file
  5. D&D foo.md file
  6. Modify foo.md

Expected

Preview of foo.md is updated

Actual

Preview of foo.md is not updated because watching path is changed to foo.js at 4.

Env