Searched refs:shouldContinue (Results 1 – 6 of 6) sorted by relevance
17 shouldContinue: (manifest: JSONObject) -> Boolean in <lambda>()32 return if (shouldContinue(manifest)) { in <lambda>()
30 fun `passes true shouldContinue value through to UpdatesInterface`() = runBlocking<Unit> { in getManifest()39 fun `passes false shouldContinue value through to UpdatesInterface`() = runBlocking<Unit> { in <lambda>()
376 const { shouldContinue } = await prompts( constant389 if (!shouldContinue) {
295 const { shouldContinue } = await (0, prompts_1.default)({303 if (!shouldContinue) {
1 …shouldContinue } = await prompts(\n {\n type: 'confirm',\n name: 'shouldContinue',\n …
136 shouldContinue = capture(slot) in mockUpdatesInterface()