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

Compiling with watch (-w) on Windows breaks #30

Closed
svdgriendt opened this issue Aug 2, 2012 · 2 comments
Closed

Compiling with watch (-w) on Windows breaks #30

svdgriendt opened this issue Aug 2, 2012 · 2 comments

Comments

@svdgriendt
Copy link

When compiling with the -w flag, the process halts in the command line.
As soon as a source file is edited, it shows the following error:

[modules]\coffee-toaster\lib\toaster.js:1
th"),g.item.geti

TypeError: cannot read property 'item' of null
  at __t.Builder.l.watch ([modules]\cofee-toaster\lib\toaster.js:1:15389)
  at __t.FnUtil.a.proxy ([modules]\lib\toaster.js:1:2633)
  at StatWatcher.__t.FsUtil.f.watch_file ([modules]\cofee-toaster\lib\toaster.js:1:4346)
  at StatWatcher.EventEmitter.emit (events.js:91:17)
  at StatWatcher._handle.onchange (fs.js:886:10)
@arboleya
Copy link
Owner

arboleya commented Aug 2, 2012

Hi Osore, sadly I dont have an easy windows machine to check it by now.

Anyway, I guess it's more a node-thing than a toaster-thing:
nodejs/node-v0.x-archive#1358

@arboleya
Copy link
Owner

Fixed in 0.6.6, please update and let me know if something weird occurs. Thanks.
http://github.com/serpentem/coffee-toaster

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

No branches or pull requests

2 participants