missing compile output

pull/151609/head
Johannes 2022-06-09 15:19:24 +02:00
parent ba66d68c76
commit dadeb05148
No known key found for this signature in database
GPG Key ID: 6DEF802A22264FCA
1 changed files with 1 additions and 1 deletions

View File

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