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 b3769e2 commit 39af0f2Copy full SHA for 39af0f2
lib/bstracing
@@ -234,9 +234,9 @@ function tryLocation(ps) {
234
let index = process.argv.indexOf(`-C`);
235
if (index >= 0) {
236
let p = process.argv[index + 1];
237
- tryLocation([p]);
+ tryLocation([p, path.join(p, "lib", "bs")]);
238
} else {
239
- tryLocation([path.join("lib", "bs"), "."]);
+ tryLocation([".", path.join("lib", "bs")]);
240
}
241
242
console.log("loading build log", file, "is used");
0 commit comments