Some cleanup

This commit is contained in:
Reinier Criel 2025-11-06 13:24:00 -08:00
parent 2632b5c2af
commit 61a53b24fd
7 changed files with 4 additions and 7 deletions

View file

@ -71,8 +71,6 @@ function createUnixShims(shimsDir) {
);
}
/**
* @param {string} shimsDir
*

View file

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