mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(cloudcmd) "port should be a number" -> "cloudcmd --port: should be a number"
This commit is contained in:
parent
0caf78841d
commit
6fcbf51cd5
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@
|
|||
if (!isNaN(number))
|
||||
config('port', number);
|
||||
else
|
||||
exit('port should be a number');
|
||||
exit('cloudcmd --port: should be a number');
|
||||
}
|
||||
|
||||
function readConfig(name) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue