Skip to content

Commit

Permalink
Update index files in dist
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoesters committed Sep 5, 2024
1 parent a144379 commit 0460213
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/delete/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26253,6 +26253,8 @@ exports.IGNORED_WARNINGS = [
`Key 'use_only_tar_bz2' is not a known primitive parameter.`,
// Channel warnings are very boring and noisy
`moving to the top`,
// This warning has no consequence for the installation and is noisy
`cygpath is not available, fallback to manual path conversion`,
];
/**
* Warnings that should be errors
Expand Down
2 changes: 2 additions & 0 deletions dist/setup/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47559,6 +47559,8 @@ exports.IGNORED_WARNINGS = [
`Key 'use_only_tar_bz2' is not a known primitive parameter.`,
// Channel warnings are very boring and noisy
`moving to the top`,
// This warning has no consequence for the installation and is noisy
`cygpath is not available, fallback to manual path conversion`,
];
/**
* Warnings that should be errors
Expand Down

0 comments on commit 0460213

Please sign in to comment.