mirror of
https://github.com/julia-actions/julia-runtest.git
synced 2026-02-17 05:26:54 +08:00
Fix vulns in dev deps with npm audit fix
This commit is contained in:
2
node_modules/commander/index.js
generated
vendored
2
node_modules/commander/index.js
generated
vendored
@@ -484,7 +484,7 @@ Command.prototype.parse = function(argv) {
|
||||
})[0];
|
||||
}
|
||||
|
||||
if (this._execs[name] && typeof this._execs[name] !== 'function') {
|
||||
if (this._execs[name] === true) {
|
||||
return this.executeSubCommand(argv, args, parsed.unknown);
|
||||
} else if (aliasCommand) {
|
||||
// is alias of a subCommand
|
||||
|
||||
Reference in New Issue
Block a user