Work on node.js support

This commit is contained in:
vroad
2014-11-01 11:11:57 +09:00
parent 1fdc37a0b5
commit 17cb9e51b4
8 changed files with 188 additions and 52 deletions

View File

@@ -76,7 +76,7 @@ class ApplicationMain {
var result = app.exec ();
#if sys
#if (sys && !nodejs)
Sys.exit (result);
#end