MCPcopy
hub / github.com/desktop/desktop / error

Method error

app/src/lib/globals.d.ts:75–75  ·  view source on GitHub ↗

* Writes a log message at the 'error' level. * * The error will be persisted to disk as long as the disk transport is * configured to pass along log messages at this level. For more details * about the on-disk transport, see log.ts in the main process. * * If used from a renderer t

(message: string, error?: Error)

Source from the content-addressed store, hash-verified

73 * then appended to the log message.
74 */
75 error(message: string, error?: Error): void
76
77 /**
78 * Writes a log message at the 'warn' level.

Callers 15

handleErrorFunction · 0.80
startAppFunction · 0.80
start.tsFile · 0.80
run.tsFile · 0.80
handleErrorFunction · 0.80
post-install.tsFile · 0.80
package.tsFile · 0.80
packageWindowsFunction · 0.80
build.tsFile · 0.80
index.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected