Skip to content

Commit

Permalink
add debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
TA2k committed Oct 6, 2023
1 parent a779b8d commit 6ac1468
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,8 @@ class Fiat extends utils.Adapter {
})
.catch((error) => {
if (error.response && error.response.status === 404) {
this.log.debug('Get vehicles failed: ' + path);
this.log.debug(JSON.stringify(error.response.data));
resolve({});
return;
}
Expand Down

0 comments on commit 6ac1468

Please sign in to comment.