mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-12 14:37:50 +00:00
Bug 952616 - Fix typo in previous commit changing success message (r=me)
This commit is contained in:
parent
2e804616e4
commit
98ccd612b2
@ -1709,7 +1709,7 @@ class MOZ_STACK_CLASS ModuleCompiler
|
||||
return;
|
||||
}
|
||||
}
|
||||
out->reset(JS_smprintf("total compilation time %dms%s%s; ",
|
||||
out->reset(JS_smprintf("total compilation time %dms; %s%s",
|
||||
msTotal,
|
||||
storedInCache ? "stored in cache" : "not stored in cache",
|
||||
slowFuns ? slowFuns.get() : ""));
|
||||
|
Loading…
Reference in New Issue
Block a user