MCPcopy Create free account
hub / github.com/Azure/Azurite / throwOnMissingBinary

Function throwOnMissingBinary

tests/linuxbinary.test.ts:46–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44const binaryPath = "./release/azuritelinux"
45
46function throwOnMissingBinary() {
47 if (!existsSync(binaryPath)) {
48 throw new Error("The Linux binary does not exist. You must build it first using 'npm run build:linux'.")
49 }
50}
51
52describe("linux binary test", () => {
53

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…