1
0
Fork 0
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:
Samuel Reis 2010-03-03 14:32:28 +01:00
parent c11c3ed2f2
commit 707cd2d734

View file

@ -126,7 +126,7 @@
watch_scripts = function watch_scripts() { watch_scripts = function watch_scripts() {
var _a, _b, _c, _d, source, watch; var _a, _b, _c, _d, source, watch;
watch = function watch(source) { watch = function watch(source) {
return process.watchFile(source, { return fs.watchFile(source, {
persistent: true, persistent: true,
interval: 500 interval: 500
}, function(curr, prev) { }, function(curr, prev) {