mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Clean up
This commit is contained in:
parent
e65b857667
commit
181470d764
1 changed files with 1 additions and 1 deletions
|
|
@ -24,5 +24,5 @@ export function getPipCommandForArgs(args) {
|
||||||
* @param {string[]} args
|
* @param {string[]} args
|
||||||
*/
|
*/
|
||||||
export function hasDryRunArg(args) {
|
export function hasDryRunArg(args) {
|
||||||
return args.some(/** @param {string} arg */ (arg) => arg === "--dry-run");
|
return args.some((arg) => arg === "--dry-run");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue