MCPcopy
hub / github.com/SynkraAI/aiox-core / error

Method error

packages/aiox-install/src/installer.js:75–77  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

73 }
74
75 error(message) {
76 console.log(this.prefix + chalk.red('✗ ') + message);
77 }
78
79 debug(message) {
80 if (this.verbose) {

Callers 15

runInstallerFunction · 0.95
aiox-install.jsFile · 0.80
edmcp.jsFile · 0.80
recoverLicenseFunction · 0.80
delegateToAioxFunction · 0.80
runProWizardFunction · 0.80
aiox-pro.jsFile · 0.80
index.jsFile · 0.80
aiox-colors.jsFile · 0.80
detectProjectTypeFunction · 0.80
runWizardFunction · 0.80
runWizardFunction · 0.80

Calls 1

logMethod · 0.45

Tested by 1

runBenchmarksFunction · 0.64