BrowserView.js
authorAlan Knowles <alan@roojs.com>
Mon, 10 Sep 2012 03:14:51 +0000 (11:14 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 10 Sep 2012 03:14:51 +0000 (11:14 +0800)
BrowserView.js

index bf40962..aef0777 100644 (file)
@@ -296,13 +296,13 @@ BrowserView = new GType({
             //print(typeof(Seed.argv[2]));
             if (!Seed.argv[2]) {
                 print("NEED ID!");
-                Seed.exit();
+                Seed.quit();
             
             }
             var pg = Seed.argv[2]  * 1;
             if ( File.exists( storedir+'/output/' + pg + '.csv')) {
                 print("DONE : " + storedir+'/output/' + pg + '.csv');
-                Seed.exit();
+                Seed.quit();
                 return;
             }