forked from cross-seed/cross-seed
-
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.
resolve relative directories before creating symlinks to them (cross-…
…seed#537) I noticed a bug with symbolic links while I was testing cross-seed#503—symlinks were being created pointing to relative paths from the POV of cross-seed's working directory. Some other changes with mkdir— `recursive: true` will silently succeed if the directory already exists, so we are able to skip some `existsSync` precondition checks and some `try/catch`es as well.
- Loading branch information
Showing
3 changed files
with
29 additions
and
28 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,7 @@ output/ | |
input/ | ||
*.heapsnapshot | ||
qbit/ | ||
docker/ | ||
cache.json | ||
docker-compose.yml | ||
utils.zsh | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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