Skip to content

Commit

Permalink
fix: add method to error
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Nov 8, 2024
1 parent 9b22f48 commit c206396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
try {
message = JSON.parse(message.data);
if (message.error) {
console.error("Error:", message.error);
console.error(message.method, message.error);
if (message.serverOrganization === false)
self.serverOrganization =
self.serverStorage = false;
Expand Down

0 comments on commit c206396

Please sign in to comment.