Skip to content

Commit

Permalink
Exp: try with processShell true for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
PEZ committed Jul 3, 2024
1 parent 32777f5 commit e284cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nrepl/project-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ const projectTypes: { [id: string]: ProjectType } = {
winCmd: clojureCmdFn,
resolveBundledPathWin: depsCljWindowsPath,
processShellUnix: true,
processShellWin: false,
processShellWin: true,
useWhenExists: ['deps.edn'],
nReplPortFile: ['.nrepl-port'],
/** Build the command line args for a clj-project.
Expand Down

0 comments on commit e284cf2

Please sign in to comment.