We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 301d5bf commit fe184cdCopy full SHA for fe184cd
src/register/index.js
@@ -192,7 +192,7 @@ async function handle(options) {
192
}
193
194
const writeLock = arg.option('write-lock');
195
- await ensureLock(ensureLockOptions, writeLock === undefined);
+ await ensureLock(ensureLockOptions, writeLock);
196
console.log(chalk.green(`the bridge ${_identifyRegisterName(register)} registered`));
197
198
0 commit comments