feat(scripts): Add community scripts subsystem: script index, runner, and CLI commands with background refresh; update docs and paths
This commit is contained in:
+2
-1
@@ -18,8 +18,9 @@ async function main() {
|
||||
}
|
||||
|
||||
// Run the main function and handle any errors
|
||||
// Note: This file is only used as the Node.js entry point
|
||||
main().catch((error) => {
|
||||
logger.error(`Error: ${error}`);
|
||||
logger.log('error', `Error: ${error}`);
|
||||
process.exit(1);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user