We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94025c2 commit 2e5d2b1Copy full SHA for 2e5d2b1
src/lib/converter.js
@@ -43,7 +43,7 @@ function createWatcher(data) {
43
}
44
45
function dispose() {
46
- if (watcherProcess) {
+ if (watcherProcess && watcherProcess.connected) {
47
watcherProcess.disconnect();
48
watcherProcess = null;
49
0 commit comments