We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3592267 commit 30827b3Copy full SHA for 30827b3
src/confirmation.js
@@ -2,7 +2,7 @@ const Confirm = require("prompt-confirm");
2
3
module.exports = async function (cliConfirmed, old, target) {
4
if (cliConfirmed) {
5
- return Promise.resolve();
+ return Promise.resolve(true);
6
}
7
8
const message = `This tool will:
0 commit comments