lukeed / taskr

A fast, concurrency-focused task automation tool.
MIT License
2.53k stars 74 forks source link

Not very informative message, when flyfile.js not found #192

Closed hzlmn closed 8 years ago

hzlmn commented 8 years ago

The problem is with cli.spawn method, that not handle null exception. Fly instance should emit flyfile_not_found event to properly show error message.

2016-08-18 12 04 33

Btw, fixing it. Gonna submit PR later in the evening.

ghost commented 8 years ago

Is this fixed?

lukeed commented 8 years ago

@bucaran It is, but not merged yet. Waiting on @hzlmn to send a quick fix on the PR.