updated command_line.js

This commit is contained in:
Samuel Reis 2010-03-03 14:32:28 +01:00
parent c11c3ed2f2
commit 707cd2d734
1 changed files with 1 additions and 1 deletions

View File

@ -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) {