Skip to content

Commit

Permalink
stringify for error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
arteck authored Jan 14, 2025
1 parent 7bd7157 commit 6710a3f
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 @@ -1102,7 +1102,7 @@ class Proxmox extends utils.Adapter {
}
}
} catch (err) {
this.log.warn(`Unable to get disk for node ${node.node}: ${err}`);
this.log.warn(`Unable to get disk for node ${node.node}: ${JSON.stringify(err)}`);
}
}
}
Expand Down

0 comments on commit 6710a3f

Please sign in to comment.