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) => {