Skip to content

Commit 552b517

Browse files
committed
Run backend as external process, to enable communication over streams.
1 parent 3e18c92 commit 552b517

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Compiler/Backend.gren

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ run permission options =
286286
| shell = NoShell
287287
, environmentVariables =
288288
ChildProcess.MergeWithEnvironmentVariables colorEnvVar
289+
, connection = ChildProcess.External
289290
}
290291

291292

0 commit comments

Comments
 (0)