Merge pull request #272 from graemechapman/patch-1

fix: Allow running commands if safe-chain npm package is not installed
This commit is contained in:
Sander Declerck 2026-01-07 12:03:19 +01:00 committed by GitHub
commit 094d1416ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -83,6 +83,6 @@ function wrapSafeChainCommand() {
# If the aikido command is not available, print a warning and run the original command
printSafeChainWarning "$original_cmd"
command "$original_cmd" "$@"
command "$@"
fi
}