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 7dbfa1e commit dd716f1Copy full SHA for dd716f1
src/shadow/arborist/lib/arborist/reify.ts
@@ -402,7 +402,7 @@ export async function reify(
402
if (proceed) {
403
const fix =
404
!!alerts?.length &&
405
- (bypassConfirms ||
+ bypassConfirms /*||
406
(await confirm(
407
{
408
message: 'Try to fix alerts?',
@@ -413,7 +413,7 @@ export async function reify(
413
output,
414
signal: abortSignal
415
}
416
- )))
+ ))*/
417
if (fix) {
418
let ret: SafeNode | undefined
419
const prev = new Set(alerts?.map(a => a.key))
0 commit comments