Skip to content

Commit

Permalink
fix: throwing an error when initializing wallet provider.
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidgil committed Aug 12, 2021
1 parent dcda702 commit bea90e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iam.ts
Expand Up @@ -211,7 +211,7 @@ export class IAM extends IAMBase {
realtimeExchangeConnected: false,
};
}
throw new Error(err);
throw new Error(err.message);
}

return {
Expand Down

0 comments on commit bea90e3

Please sign in to comment.