Skip to content

Commit

Permalink
fix: use stacks.js repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
friedger authored and reedrosenbluth committed Jul 26, 2021
1 parent 1ff5b03 commit cd2a684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/common/src/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ export class BlockstackError extends Error {
} else {
bugDetails += `Stack Trace:\n${stack}`;
}
message += `\nIf you believe this exception is caused by a bug in blockstack.js,
please file a bug report: https://github.com/blockstack/blockstack.js/issues\n\n${bugDetails}`;
message += `\nIf you believe this exception is caused by a bug in stacks.js,
please file a bug report: https://github.com/blockstack/stacks.js/issues\n\n${bugDetails}`;
this.message = message;
this.code = error.code;
this.parameter = error.parameter ? error.parameter : undefined;
Expand Down

0 comments on commit cd2a684

Please sign in to comment.