mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
further clarified log comment
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
parent
66f577dfe1
commit
6186b0ff11
1 changed files with 3 additions and 1 deletions
|
@ -406,7 +406,9 @@ fn spawn_rebuild_thread(
|
|||
let thread_local_target = target.clone();
|
||||
std::thread::spawn(move || {
|
||||
if !prebuilt {
|
||||
// printing to stderr because we want stdout to be clean for rbt
|
||||
// Printing to stderr because we want stdout to contain only the output of the roc program.
|
||||
// We are aware of the trade-offs.
|
||||
// `cargo run` follows the same approach
|
||||
eprintln!("🔨 Rebuilding platform...");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue