()
| 74930 | return `Unknown error ${stringified}`; |
| 74931 | } |
| 74932 | } |
| 74933 | |
| 74934 | // node_modules/@azure/core-util/dist/esm/uuidUtils.js |
| 74935 | var import_crypto2 = require("crypto"); |
| 74936 | var _a2; |
| 74937 | var uuidFunction = typeof ((_a2 = globalThis === null || globalThis === void 0 ? void 0 : globalThis.crypto) === null || _a2 === void 0 ? void 0 : _a2.randomUUID) === "function" ? globalThis.crypto.randomUUID.bind(globalThis.crypto) : import_crypto2.randomUUID; |
no outgoing calls
no test coverage detected