bjstester.js
[app.Builder.js] / 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";
 }