We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1e7f9a commit 16b8d9fCopy full SHA for 16b8d9f
development.ps1
@@ -53,7 +53,9 @@ function edit {
53
}
54
55
function fork {
56
- & ${env:LOCALAPPDATA}\Fork\Fork.exe
+ # Fork requires an absolute path https://github.com/ForkIssues/TrackerWin/issues/416#issuecomment-527067604
57
+ $absolutePath = resolve-path .
58
+ & ${env:LOCALAPPDATA}\Fork\Fork.exe $absolutePath
59
60
61
# I used to run Sublime so occasionally my fingers type it
0 commit comments