+3
-3
@@ -430,9 +430,9 @@ #!/usr/bin/env node | ||
| args = process.argv | ||
| first = args[1] | ||
| first = args[2] | ||
| if first in ['w', 'watch', 'c', 'compile'] | ||
| action = first | ||
| line = args.slice(2).join ' ' | ||
| line = args.slice(3).join ' ' | ||
| else | ||
| action = 'watch' | ||
| line = args.slice(1).join ' ' | ||
| line = args.slice(2).join ' ' | ||
@@ -439,0 +439,0 @@ watcher.params = params = {} |
+1
-1
@@ -13,3 +13,3 @@ { | ||
| "author": "Roman Kushin", | ||
| "version": "1.0.18", | ||
| "version": "1.0.19", | ||
| "license": "MIT", | ||
@@ -16,0 +16,0 @@ "directories": { |
Sorry, the diff of this file is not supported yet
38530
-0.11%