Skip to content

Commit

Permalink
Set CWD to storage dir
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Jun 14, 2024
1 parent 476487d commit 0d76fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/launcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ class Launcher {
windowsHide: true,
env: appEnv,
stdio: ['ignore', 'pipe', 'pipe'],
cwd: path.join(this.settings.rootDir, this.settings.userDir)
cwd: path.join(this.settings.rootDir, this.settings.userDir, 'storage')
}

const processArguments = [
Expand Down

0 comments on commit 0d76fe9

Please sign in to comment.