Skip to content

Commit

Permalink
Use actual name of flag in error message.
Browse files Browse the repository at this point in the history
RELNOTES: n/a
PiperOrigin-RevId: 335055802
  • Loading branch information
larsrc-google authored and copybara-github committed Oct 2, 2020
1 parent 50adefb commit 8346ea4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ private SpawnResult actuallyExec(Spawn spawn, SpawnExecutionContext context)
if (protocolFormat == WorkerProtocolFormat.JSON) {
throw new IOException(
"Persistent worker protocol format must be set to proto unless"
+ " --experimentalJsonWorkerProtocol is used");
+ " --experimental_allow_json_worker_protocol is used");
}
}

Expand Down

0 comments on commit 8346ea4

Please sign in to comment.