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
Copy file name to clipboardExpand all lines: packages/mongodb-memory-server-core/src/util/MongoBinary.ts
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -87,20 +87,20 @@ export class MongoBinary {
87
87
if(!!options.systemBinary){
88
88
// this case should actually never be false, because if "SYSTEM_BINARY" is set, "locateBinary" will run "getSystemPath" which tests the path for permissions
89
89
if(!isNullOrUndefined(binaryPath)){
90
-
log(`getPath: Spawning binaryPath "${binaryPath}" to get version`);
0 commit comments