MCPcopy
hub / github.com/omkarcloud/botasaurus / printExc

Function printExc

js/botasaurus-js/src/utils.ts:67–69  ·  view source on GitHub ↗
(error: any)

Source from the content-addressed store, hash-verified

65}
66
67export function printExc(error: any): void {
68 console.error(formatExc(error))
69}
70
71export function sleep(retryWait: number) {
72 return new Promise((resolve) => setTimeout(resolve, retryWait * 1000))

Callers 2

runTaskFunction · 0.90
runPlaywrightFunction · 0.90

Calls 1

formatExcFunction · 0.85

Tested by

no test coverage detected