mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-11 21:29:56 +00:00
keeps events loggiging with default message
change-type: minor
This commit is contained in:
parent
bdf7fedd7a
commit
d1e3bdf29a
@ -104,7 +104,7 @@ async function sendEvent(balenaUrl: string, event: string, username?: string) {
|
||||
});
|
||||
} catch (e) {
|
||||
if (process.env.DEBUG) {
|
||||
console.error(`[debug] Event tracking error: ${e}`);
|
||||
console.error(`[debug] Event tracking error: ${e.message || e}`);
|
||||
}
|
||||
|
||||
if (e instanceof got.TimeoutError) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user