From cccffc57ba46e68d1fc1fb949b4aca3552c7711c Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 29 Mar 2018 17:17:28 +0300 Subject: [PATCH] fix(cloudcmd) --no-prefix --- bin/cloudcmd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cloudcmd.js b/bin/cloudcmd.js index 327eb92a..8631bc0d 100755 --- a/bin/cloudcmd.js +++ b/bin/cloudcmd.js @@ -137,7 +137,7 @@ function main() { root: args.root || '/', /* --no-root */ editor: args.editor, packer: args.packer, - prefix: args.prefix, + prefix: args.prefix || '', /* --no-prefix */ columns: args.columns, };