chore: add color to web auto-reply log
parent
3aedef4126
commit
daf45190a9
|
|
@ -321,7 +321,7 @@ export async function monitorWebProvider(
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
console.log(`↩️ ${replyText}`);
|
console.log(success(`↩️ ${replyText}`));
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.error(
|
console.error(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue