From dadeb05148550279c3830e5590e2eba43ae36ac1 Mon Sep 17 00:00:00 2001 From: Johannes Date: Thu, 9 Jun 2022 15:19:24 +0200 Subject: [PATCH] missing compile output --- build/lib/tsb/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/lib/tsb/index.js b/build/lib/tsb/index.js index 19f3bdc6b6b..c465fc1a5b6 100644 --- a/build/lib/tsb/index.js +++ b/build/lib/tsb/index.js @@ -89,7 +89,7 @@ function create(projectPath, existingOptions, config, onError = _defaultOnError) contents: Buffer.from(out.outputText), }); this.push(outFile); - logFn('Transpile', file.path); + logFn('Transpiled', file.path); }); } const result = (token) => {