mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
fix: make webpack output not look like errors
This commit is contained in:
parent
e539932070
commit
ad3d318d07
@ -89,8 +89,8 @@ class DevWatcherService extends BaseService {
|
||||
log_ (name, isErr, line) {
|
||||
let txt = `[${name}:`;
|
||||
txt += isErr
|
||||
? `\x1B[31;1merr\x1B[0m`
|
||||
: `\x1B[32;1mout\x1B[0m`;
|
||||
? `\x1B[34;1m2\x1B[0m`
|
||||
: `\x1B[32;1m1\x1B[0m`;
|
||||
txt += '] ' + line;
|
||||
this.log.info(txt);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user