-
-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix missing variable in exception handler
Previously, "cmd" was passed to a different method. The reason this never came up earlier is because on Unix, if a file is not in the PATH, a Aruba::LaunchError is raised much earlier. One way this could've been triggered is: if the program file existed, but wasn't accessible (e.g. EACCES error). That way it wouldn't fail the `which` test, but would fail once it was attempted to be executed.
- Loading branch information
Showing
2 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters