Skip to content

Commit 39af0f2

Browse files
committed
tweak
1 parent b3769e2 commit 39af0f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/bstracing

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,9 @@ function tryLocation(ps) {
234234
let index = process.argv.indexOf(`-C`);
235235
if (index >= 0) {
236236
let p = process.argv[index + 1];
237-
tryLocation([p]);
237+
tryLocation([p, path.join(p, "lib", "bs")]);
238238
} else {
239-
tryLocation([path.join("lib", "bs"), "."]);
239+
tryLocation([".", path.join("lib", "bs")]);
240240
}
241241
}
242242
console.log("loading build log", file, "is used");

0 commit comments

Comments
 (0)