r9782 - helma-ng/trunk/bin
[email protected] Fri, 15 May 2009 01:23:32 +0200 (CEST)
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <20090514232332.D361A3D0D6@mia> |
Author: hannes
Date: 2009-05-15 01:23:32 +0200 (Fri, 15 May 2009)
New Revision: 9782
Modified:
helma-ng/trunk/bin/create-app.js
Log:
Minor consistency fix
Details at http://dev.helma.org/trac/helma/changeset/9782
Modified: helma-ng/trunk/bin/create-app.js
===================================================================
--- helma-ng/trunk/bin/create-app.js 2009-05-14 22:59:30 UTC (rev 9781)
+++ helma-ng/trunk/bin/create-app.js 2009-05-14 23:23:32 UTC (rev 9782)
@@ -23,8 +23,7 @@
|| readln("Please enter the directory path for your application:\n");
if (!path) {
- print("No path, exiting.");
- quit();
+ exit("No path, exiting.");
}
var destination = new File(path);