We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4fe723 commit d1ca218Copy full SHA for d1ca218
src/error.ts
@@ -60,9 +60,7 @@ export class BSONVersionError extends BSONError {
60
}
61
62
constructor() {
63
- super(
64
- `Unsupported BSON version, bson types must be from bson ${BSON_MAJOR_VERSION}.0 or later`
65
- );
+ super(`Unsupported BSON version, bson types must be from bson ${BSON_MAJOR_VERSION}.x.x`);
66
67
68
0 commit comments