MCPcopy Create free account
hub / github.com/Cphayim/ombro / createErrorMessage

Function createErrorMessage

packages/fetchin/src/utils.ts:13–15  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

11}
12
13export function createErrorMessage(message: string) {
14 return `${LOG_PREFIX} ${message}`
15}
16
17export function createThrowErrorFunction(message: string) {
18 return () => {

Calls

no outgoing calls

Tested by

no test coverage detected