Skip to content

Commit

Permalink
fixup! 44e608a Added an explanatory comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaden Peterson committed Dec 20, 2024
1 parent 07ae425 commit 1b4f937
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ object ZincRunner extends WorkerMain[ZincRunnerWorkerConfig] {
)
}

// This will be true if the `--worker_verbose` Bazel flag is set
if (verbosity >= 10) {
val analysisStoreText = AnalysisUtil.getAnalysisStore(
new File(pathString.substring(0, pathString.length() - 3) + ".text.gz"),
Expand Down

0 comments on commit 1b4f937

Please sign in to comment.