Update index.html

This commit is contained in:
The Ghost of FOSS' Future 2024-09-18 12:41:18 -05:00 committed by GitHub
parent d588c54993
commit dd8b2e09a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -545,7 +545,6 @@
try { try {
// Load and execute JavaScript code from the file // Load and execute JavaScript code from the file
new Function(event.target.result)(); new Function(event.target.result)();
console.log(`Plugin "${file.name}" executed successfully.`);
} catch (err) { } catch (err) {
console.error(`Failed to execute plugin "${file.name}": ${err.message}`); console.error(`Failed to execute plugin "${file.name}": ${err.message}`);
allFilesLoaded = false; allFilesLoaded = false;