We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4176085 commit 06d3d03Copy full SHA for 06d3d03
1 file changed
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