File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -26253,6 +26253,8 @@ exports.IGNORED_WARNINGS = [
26253
26253
`Key 'use_only_tar_bz2' is not a known primitive parameter.`,
26254
26254
// Channel warnings are very boring and noisy
26255
26255
`moving to the top`,
26256
+ // This warning has no consequence for the installation and is noisy
26257
+ `cygpath is not available, fallback to manual path conversion`,
26256
26258
];
26257
26259
/**
26258
26260
* Warnings that should be errors
Original file line number Diff line number Diff line change @@ -47559,6 +47559,8 @@ exports.IGNORED_WARNINGS = [
47559
47559
`Key 'use_only_tar_bz2' is not a known primitive parameter.`,
47560
47560
// Channel warnings are very boring and noisy
47561
47561
`moving to the top`,
47562
+ // This warning has no consequence for the installation and is noisy
47563
+ `cygpath is not available, fallback to manual path conversion`,
47562
47564
];
47563
47565
/**
47564
47566
* Warnings that should be errors
Original file line number Diff line number Diff line change @@ -86,6 +86,8 @@ export const IGNORED_WARNINGS = [
86
86
`Key 'use_only_tar_bz2' is not a known primitive parameter.` ,
87
87
// Channel warnings are very boring and noisy
88
88
`moving to the top` ,
89
+ // This warning has no consequence for the installation and is noisy
90
+ `cygpath is not available, fallback to manual path conversion` ,
89
91
] ;
90
92
91
93
/**
You can’t perform that action at this time.
0 commit comments