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

Watching results in FSEvent error on OS X #3122

Closed
andreif opened this issue Aug 15, 2013 · 4 comments
Closed

Watching results in FSEvent error on OS X #3122

andreif opened this issue Aug 15, 2013 · 4 comments
Labels

Comments

@andreif
Copy link

andreif commented Aug 15, 2013

When I use watch for a directory with many files, I get lots of errors like

2013-08-15 11:46 node[81568] (CarbonCore.framework) FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-21)

I have to make specific mask to avoid it, e.g.

coffee -wbc my_big_app/**/*.coffee

The issue may be related to nodejs/node-v0.x-archive#5463

Versions: node 0.10.15, coffee-script 1.6.3

@vendethiel
Copy link
Collaborator

I don't think this has anything to do with coffee itself.

@andreif
Copy link
Author

andreif commented Aug 15, 2013

It would be nice if one can skip **/*.coffee every time.

@andreif
Copy link
Author

andreif commented Aug 15, 2013

** is actually not working for all subdirectories, so one has to run it with the errors above to watch all coffee files in the tree.

@jashkenas
Copy link
Owner

I don't think this has anything to do with coffee itself.

Quite so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants