Fix the app running message

pull/5203/head
Rodrigo Nascimento 10 years ago
parent 17cca48738
commit 792a8821f4
No known key found for this signature in database
GPG Key ID: 2C85B3AFE75D23F9
  1. 2
      .scripts/start.js

@ -79,7 +79,7 @@ function startChimp() {
}
function chimpNoMirror() {
appOptions.waitForMessage = 'App running at';
appOptions.waitForMessage = 'SERVER RUNNING';
startApp(function() {
startChimp();
});

Loading…
Cancel
Save