summaryrefslogtreecommitdiff
path: root/cli/compiler.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/compiler.rs')
-rw-r--r--cli/compiler.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/compiler.rs b/cli/compiler.rs
index dc30758b2..872ed28a2 100644
--- a/cli/compiler.rs
+++ b/cli/compiler.rs
@@ -180,7 +180,7 @@ pub fn compile_async(
err_check(worker.execute("workerMain()"));
err_check(worker.execute("compilerMain()"));
- let compiling_job = state.progress.add(format!("Compiling {}", module_name));
+ let compiling_job = state.progress.add("Compile", &module_name);
let resource = worker.state.resource.clone();
let compiler_rid = resource.rid;