aboutsummaryrefslogtreecommitdiff
path: root/static/js/index-bundle.ts
diff options
context:
space:
mode:
Diffstat (limited to 'static/js/index-bundle.ts')
-rw-r--r--static/js/index-bundle.ts7
1 files changed, 2 insertions, 5 deletions
diff --git a/static/js/index-bundle.ts b/static/js/index-bundle.ts
index bb9bee7..61dc414 100644
--- a/static/js/index-bundle.ts
+++ b/static/js/index-bundle.ts
@@ -14,8 +14,5 @@ const fileSize = ((await Deno.stat(file)).size / 1024).toFixed(2) + "kB";
await Deno.writeTextFile(file, output, {});
-console.log(
- `Bundle file:///${file}` +
- "\n" +
- `Emit file:///${file} (${fileSize})`,
-);
+console.log("INFO:", `Bundle file:///${file}`);
+console.log("INFO:", `Emit file:///${file} (${fileSize})`);