mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(cloudcmd) port: port -> number
This commit is contained in:
parent
2cfacf60c0
commit
03e9cbe7f3
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@
|
|||
}
|
||||
|
||||
function port(number) {
|
||||
if (port) {
|
||||
if (number) {
|
||||
if (!isNaN(number))
|
||||
config('port', number);
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue