MCPcopy Create free account
hub / github.com/Moli-X/Resources / error

Method error

Script/Hzh.js:509–511  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

507 }
508
509 error(msg) {
510 console.log(`[${this.name}] ERROR: ${this.stringify(msg)}`);
511 }
512
513 wait(millisec) {
514 return new Promise((resolve) => setTimeout(resolve, millisec));

Callers 4

checkinFunction · 0.45
_deleteArtifactFunction · 0.45
_updateGitHubAvatarFunction · 0.45
_updateArtifactStoreFunction · 0.45

Calls 2

logMethod · 0.45
stringifyMethod · 0.45

Tested by

no test coverage detected