MCPcopy Index your code
hub / github.com/actions/github-script / handleError

Function handleError

src/main.ts:110–113  ·  view source on GitHub ↗
(err: any)

Source from the content-addressed store, hash-verified

108
109// eslint-disable-next-line @typescript-eslint/no-explicit-any
110function handleError(err: any): void {
111 console.error(err)
112 core.setFailed(`Unhandled error: ${err}`)
113}
114
115/**
116 * Gets the user agent string with orchestration ID appended if available

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected