Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/omkarcloud/botasaurus
/ formatExc
Function
formatExc
js/botasaurus-js/src/utils.ts:63–65 ·
view source on GitHub ↗
(error: any)
Source
from the content-addressed store, hash-verified
61
});
62
}
63
export
function
formatExc(error: any): any {
64
return
error.stack || error.toString()
65
}
66
67
export
function
printExc(error: any): void {
68
console.error(formatExc(error))
Callers
4
runTask
Function · 0.90
runPlaywright
Function · 0.90
runTask
Method · 0.90
printExc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected