| import { formatPath } from "../Formatter.js"; | |
| /** @internal */ | |
| export function errorWithPath(message, path) { | |
| if (path.length > 0) { | |
| message += `\n at ${formatPath(path)}`; | |
| } | |
| return new Error(message); | |
| } | |
| //# sourceMappingURL=errors.js.map |
Xet Storage Details
- Size:
- 249 Bytes
- Xet hash:
- fbe00fd900e1e3c63cd7a605f634ad9d6c49c9c41343fb96554418991882dc66
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.