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 10cfd37 commit 94ee82dCopy full SHA for 94ee82d
packages/mongodb-memory-server-core/src/util/MongoBinary.ts
@@ -134,8 +134,9 @@ export class MongoBinary {
134
}
135
136
if (!binaryPath) {
137
+ const runtimeDownload = envToBool(resolveConfig(ResolveConfigVariables.RUNTIME_DOWNLOAD));
138
throw new Error(
- `MongoBinary.getPath: could not find an valid binary path! (Got: "${binaryPath}")`
139
+ `MongoBinary.getPath: could not find an valid binary path! (Got: "${binaryPath}", RUNTIME_DOWNLOAD: "${runtimeDownload}")`
140
);
141
142
0 commit comments