Skip to content

Commit

Permalink
Update src/main/java/com/google/devtools/build/lib/runtime/BlazeComma…
Browse files Browse the repository at this point in the history
…ndDispatcher.java

Co-authored-by: Fabian Meumertzheim <fabian@meumertzhe.im>
  • Loading branch information
iancha1992 and fmeum authored Aug 24, 2023
1 parent db22837 commit 3e4580f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ private BlazeCommandResult execExclusively(
// Parse starlark options.
try (SilentCloseable c =
Profiler.instance().profile(ProfilerTask.BZLMOD, "parse starlark options")) {
earlyExitCode = optionHandler.parseStarlarkOptions(env);
earlyExitCode = optionHandler.parseStarlarkOptions(env, reporter);
}
if (!earlyExitCode.isSuccess()) {
reporter.post(
Expand Down

0 comments on commit 3e4580f

Please sign in to comment.