Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

Permalink
Update bin/pomelo
Browse files Browse the repository at this point in the history
  • Loading branch information
py8765 committed Nov 26, 2012
1 parent 8e81efa commit 2d7b6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pomelo
Expand Up @@ -35,7 +35,7 @@ var TMP_FILE = path.resolve(LOGS_DIR, 'tmp');
var KILL_CMD = 'kill -9 `ps -ef|grep node|awk \'{print $2}\'`';
var MASTER_JSON;

var NOWORKSPACE_ERROR = 'Please go to your pomelo project workspace to operate the application.';
var NOWORKSPACE_ERROR = 'Please go to your game-server directory to start the application.';
var COMMAND_ERROR = 'The command is error format.';
var INSTALLFOREVER_ERROR = 'Please install forever use command: npm install forever -g.';
var CONNECT_ERROR = 'Fail to connect to admin console server.';
Expand Down

0 comments on commit 2d7b6a3

Please sign in to comment.