Skip to content

Commit e9dd68f

Browse files
committed
style(errors): add REFACTOR comment
1 parent c6e008a commit e9dd68f

File tree

1 file changed

+1
-0
lines changed
  • packages/mongodb-memory-server-core/src/util

1 file changed

+1
-0
lines changed

packages/mongodb-memory-server-core/src/util/errors.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export class WaitForPrimaryTimeoutError extends Error {
5252
}
5353
}
5454

55+
// REFACTOR: consider merging this with InstanceInfoError
5556
export class EnsureInstanceError extends Error {
5657
constructor(public isRunning: boolean) {
5758
super();

0 commit comments

Comments
 (0)