Skip to content

Commit

Permalink
Add newline to vlog message
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmeow committed Jan 13, 2025
1 parent 3a44b65 commit c832282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchain/driver/compile_subcommand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ auto CompileSubcommand::Run(DriverEnv& driver_env) -> DriverResult {
// Unlike previous steps, errors block further progress.
if (llvm::any_of(units, [&](const auto& unit) { return !unit->success(); })) {
CARBON_VLOG_TO(driver_env.vlog_stream,
"*** Stopping before lowering due to errors ***");
"*** Stopping before lowering due to errors ***\n");
return make_result();
}

Expand Down

0 comments on commit c832282

Please sign in to comment.