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 bb50e65 commit 2aacf17Copy full SHA for 2aacf17
src/index.js
@@ -74,7 +74,7 @@ module.exports = {
74
hint: '\nYou can use numbers to change your selection',
75
choices: Object.keys(events),
76
}, options)
77
- if (lambda === 'cancel') return end()
+ if (lambda === 'cancel') return start()
78
let { pragma, name } = events[lambda]
79
80
// Present options for mocks (if any)
@@ -95,7 +95,6 @@ module.exports = {
95
msg += ` with ${mockName === 'empty' ? 'empty' : `'${mockName}'`} payload`
96
update.status(msg)
97
await invoke({ pragma, name, payload })
98
- end()
99
}
100
})
101
},
0 commit comments