mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
updated command_line.js
This commit is contained in:
parent
c11c3ed2f2
commit
707cd2d734
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@
|
|||
watch_scripts = function watch_scripts() {
|
||||
var _a, _b, _c, _d, source, watch;
|
||||
watch = function watch(source) {
|
||||
return process.watchFile(source, {
|
||||
return fs.watchFile(source, {
|
||||
persistent: true,
|
||||
interval: 500
|
||||
}, function(curr, prev) {
|
||||
|
|
Loading…
Reference in a new issue