PEZ / seatbelt

A test runner for your VS Code extensions and/or Joyride scripts.

Home Page:https://marketplace.visualstudio.com/items?itemName=betterthantomorrow.joyride

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The watcher doesn't handle if the runner.cljs script itself is reloaded

PEZ opened this issue · comments

Since seatbelt is part of the .joyride/src tree, it is itself being watched for changes. But it stops working if it is being reloaded. For now we can avoid this by excluding .joyride/src/seatbelt/runner.cljs from being reloaded.