Skip to content

Commit

Permalink
Ensure REPL PATH includes user PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Feb 7, 2023
1 parent cdcfbe6 commit 12f482c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ try {
}
} break
case 'repl':
env['PATH'] = full_path().join(':')
await repl(installations, env)
break
case 'env':
Expand Down

0 comments on commit 12f482c

Please sign in to comment.