Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
arteck authored Nov 11, 2023
1 parent aa438fc commit 533b074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1251,7 +1251,7 @@ class Fritzdect extends utils.Adapter {
this.log.error('statuscode not in errorHandlerApi of fritzdect');
}
}
this.log.error('API err => ' + error.error);
this.log.error('API err => ' + JSON.stringify(error.error));
} catch (e) {
this.log.error('catched error in function errorHandlerApi() ' + e);
}
Expand Down

0 comments on commit 533b074

Please sign in to comment.