Comparing version 0.0.14 to 0.0.15
{ | ||
"name": "cmd-dd", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "shortcut for docs", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -11,3 +11,3 @@ // 带feature|bugfix 的若失败则新建到远端。普通缩写则从缓存智能识别 | ||
module.exports = function (props) { | ||
const branch = props._[0] || ""; | ||
let branch = props._[0] || ""; | ||
branch = branch + ""; | ||
@@ -14,0 +14,0 @@ const msg = props._[1] || ""; |
19512