mirror of
https://github.com/marcoallegretti/WEFT_OS.git
synced 2026-03-27 01:13:09 +00:00
fix(shell): log IPC ERROR responses to console
This commit is contained in:
parent
d2fa616b00
commit
60256138a9
1 changed files with 2 additions and 0 deletions
|
|
@ -301,6 +301,8 @@
|
|||
});
|
||||
} else if (msg.type === 'LAUNCH_ACK') {
|
||||
ensureTaskbarEntry(msg.session_id, msg.app_id || null);
|
||||
} else if (msg.type === 'ERROR') {
|
||||
console.warn('appd error', msg.code, msg.message);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue