bjstester.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 26 Aug 2011 05:37:04 +0000 (13:37 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 26 Aug 2011 05:37:04 +0000 (13:37 +0800)
bjstester.js

index 6ca44d1..f8f8183 100644 (file)
@@ -33,7 +33,7 @@ args.shift();
 if (File.isFile(args[0])) {
     bjstest(args[0]);    
 } else { 
-  trhow "argument is not file";
+  throw "argument is not file";
 }