You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: remove check, typescript does not need this anymore
487
-
assertion(
488
-
!isNullOrUndefined(this._instanceInfo.instance),
489
-
newError('"instanceInfo.instance" is undefined!')
490
-
);
491
-
492
485
this.debug(
493
486
`stop: Stopping MongoDB server on port ${this._instanceInfo.port} with pid ${this._instanceInfo.instance.mongodProcess?.pid}`// "undefined" would say more than ""
0 commit comments