issue #24098: we can't live without extension clientside code
authorSteve Hackbarth <stephenhackbarth@gmail.com>
Tue, 8 Jul 2014 15:53:07 +0000 (11:53 -0400)
committerSteve Hackbarth <stephenhackbarth@gmail.com>
Tue, 8 Jul 2014 15:53:07 +0000 (11:53 -0400)
node-datasource/main.js

index 47f4ffa..cae49ab 100755 (executable)
@@ -143,7 +143,8 @@ var app;
       success: function (coll, results, options) {
         if (!app) {
           // XXX time bomb: assuming app has been initialized, below, by now
-          XT.log("Could not load extension routes");
+          XT.log("Could not load extension routes or client-side code because the app has not started");
+          process.exit(0);
           return;
         }
         useClientDir("/client", "../enyo-client/application");