提交 0636f54e 编写于 作者: J Joao Moreno

💄

上级 3b8e148a
......@@ -963,8 +963,8 @@ export class CommandCenter {
if (!opts) {
opts = { all: noStagedChanges };
} else if ((opts.all === false) && noStagedChanges) {
opts = { ...opts, all: noStagedChanges };
} else if (!opts.all && noStagedChanges) {
opts = { ...opts, all: true };
}
// enable signing of commits if configurated
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册