Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure watching when quitting REPL #40

Open
mfikes opened this issue Nov 26, 2015 · 0 comments
Open

Failure watching when quitting REPL #40

mfikes opened this issue Nov 26, 2015 · 0 comments

Comments

@mfikes
Copy link
Collaborator

mfikes commented Nov 26, 2015

I was changing source to cause the recompiles below. The problem is right near the end when I did :cljs/quit:

orion:Desktop mfikes$ cd foo-bar/
orion:foo-bar mfikes$ natal repl
Starting REPL

[1] FooBar on iPhone (orion)

Connecting to FooBar on iPhone (orion) ...

Watch compilation log available at: /Volumes/Ambly-81C53995/watch.log
To quit, type: :cljs/quit
cljs.user=> 
Change detected, recompiling ...
Compiling src/foo_bar/core.cljs
... done. Elapsed 0.227945639 seconds
cljs.user=> 
Change detected, recompiling ...
Compiling src/foo_bar/core.cljs
... done. Elapsed 0.246729621 seconds
cljs.user=> 
Change detected, recompiling ...
Compiling src/foo_bar/core.cljs
... done. Elapsed 0.226943097 seconds
cljs.user=> 
Change detected, recompiling ...
Compiling src/foo_bar/core.cljs
... done. Elapsed 0.230004402 seconds
cljs.user=> 
Change detected, recompiling ...
Compiling src/foo_bar/core.cljs
... done. Elapsed 0.217352472 seconds
cljs.user=> 
Change detected, recompiling ...
Compiling src/foo_bar/core.cljs
... done. Elapsed 0.227829238 seconds
cljs.user=> 
Change detected, recompiling ...
Compiling src/foo_bar/core.cljs
... done. Elapsed 0.475395289 seconds
cljs.user=> 3
3
cljs.user=> 3
3
cljs.user=> :cljs/quit
fs.js:1236
    throw error;
    ^

Error: watch /Volumes/Ambly-81C53995/watch.log ENOENT
  at exports._errnoException (util.js:874:11)
  at FSWatcher.start (fs.js:1234:19)
  at Object.fs.watch (fs.js:1262:11)
  at Tail.watch (/usr/local/lib/node_modules/natal/node_modules/tail/tail.js:83:32)
  at [object Object]._onTimeout (/usr/local/lib/node_modules/natal/node_modules/tail/tail.js:115:22)
  at Timer.listOnTimeout (timers.js:92:15)

orion:foo-bar mfikes$ 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant