forked from shaka-project/webdriver-installer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix unlinking existing binaries (shaka-project#12)
We failed to unlink binaries because we checked for the existence of "path" instead of the correct variable name "outputPath". This went unnoticed because "path" is a global referring to the "path" module, so the code still ran. Another factor that made this more difficult to notice is that in other methods, we clobbered the global module "path" with a method parameter of the same name. This has also been fixed by renaming method parameters from "path" to something else.
- Loading branch information
1 parent
d3a3782
commit 8a43765
Showing
1 changed file
with
20 additions
and
19 deletions.
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