Skip to content

Commit dd716f1

Browse files
committed
Comment out confirm
1 parent 7dbfa1e commit dd716f1

File tree

1 file changed

+2
-2
lines changed
  • src/shadow/arborist/lib/arborist

1 file changed

+2
-2
lines changed

src/shadow/arborist/lib/arborist/reify.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ export async function reify(
402402
if (proceed) {
403403
const fix =
404404
!!alerts?.length &&
405-
(bypassConfirms ||
405+
bypassConfirms /*||
406406
(await confirm(
407407
{
408408
message: 'Try to fix alerts?',
@@ -413,7 +413,7 @@ export async function reify(
413413
output,
414414
signal: abortSignal
415415
}
416-
)))
416+
))*/
417417
if (fix) {
418418
let ret: SafeNode | undefined
419419
const prev = new Set(alerts?.map(a => a.key))

0 commit comments

Comments
 (0)