feat: proper windows support
This commit is contained in:
5
tests/binary_test/path_probe.ts
Normal file
5
tests/binary_test/path_probe.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
const pathValue = process.env.PATH ?? "";
|
||||
|
||||
console.log(JSON.stringify({
|
||||
hasHostSentinel: pathValue.includes("rules_bun_host_path_sentinel"),
|
||||
}));
|
||||
Reference in New Issue
Block a user