mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 23:56:07 +00:00
fix: keep prepared prepack logs off stdout
This commit is contained in:
@@ -81,7 +81,7 @@ function ensurePreparedArtifacts(): void {
|
||||
const preparedFiles = collectPreparedFilePaths();
|
||||
const errors = collectPreparedPrepackErrors(preparedFiles.files, preparedFiles.assets);
|
||||
if (errors.length === 0) {
|
||||
console.log(
|
||||
console.error(
|
||||
`prepack: using prepared artifacts from ${skipPrepackPreparedEnv}; skipping rebuild.`,
|
||||
);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user