-
Notifications
You must be signed in to change notification settings - Fork 734
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Subfolder Relative Pathing Fix (#157)
* Relative pathing Fix - filename from args didnt handle relative pathing - added a path.relative using cwd to filepath arg * Create early-games-buy.md
- Loading branch information
1 parent
ce2d7d1
commit 1fdcfe3
Showing
2 changed files
with
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"wrangler": patch | ||
--- | ||
|
||
Subfolder Relative Pathing Fix issue #147 | ||
The filename from args didn't handle relative paths passed in from users with scripts in subfolders. | ||
To handle the subfolder pathing a path.relative using cwd() to user input filepath to the filepath variable passed into Dev |
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