mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(cloudcmd) getPrefix: undefined
This commit is contained in:
parent
61c7afa635
commit
e896e84e1f
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@
|
|||
else
|
||||
result = prefix;
|
||||
|
||||
return result;
|
||||
return result || '';
|
||||
}
|
||||
|
||||
module.exports = function(params) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue