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 fc5cc47 commit 7124f2dCopy full SHA for 7124f2d
packages/mongodb-memory-server-core/src/util/MongoInstance.ts
@@ -276,7 +276,7 @@ export class MongoInstance extends EventEmitter implements ManagerBase {
276
277
const final = result.concat(this.instanceOpts.args ?? []);
278
279
- this.debug('prepareCommandArgs: final arugment array:' + JSON.stringify(final));
+ this.debug('prepareCommandArgs: final argument array:' + JSON.stringify(final));
280
281
return final;
282
}
0 commit comments