Skip to content

Commit 5e2dc27

Browse files
osa1Commit Queue
authored andcommitted
[analyzer] Pass ProcessStartMode to Process.start in ProcessRunner.start
Change-Id: I24c0725f024fcd24b189eea64e8816c4ab341520 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/445061 Reviewed-by: Samuel Rawlins <[email protected]> Commit-Queue: Samuel Rawlins <[email protected]>
1 parent 6372704 commit 5e2dc27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/analysis_server/lib/src/utilities/process.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class ProcessRunner {
2323
environment: environment,
2424
includeParentEnvironment: includeParentEnvironment,
2525
runInShell: runInShell,
26+
mode: mode,
2627
);
2728
}
2829
}

0 commit comments

Comments
 (0)