bug fixed

This commit is contained in:
daniel31x13
2024-11-06 03:36:02 -05:00
parent b2c5c3c6dd
commit a6a0f6965b
5 changed files with 84 additions and 74 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ const handleMonolith = async (link: Link, content: string) => {
});
});
} catch (err) {
console.log("Error running MONOLITH:", err);
console.log("Uncaught Monolith error...");
}
};