Update index.html
This commit is contained in:
parent
d588c54993
commit
dd8b2e09a4
1 changed files with 0 additions and 1 deletions
|
@ -545,7 +545,6 @@
|
|||
try {
|
||||
// Load and execute JavaScript code from the file
|
||||
new Function(event.target.result)();
|
||||
console.log(`Plugin "${file.name}" executed successfully.`);
|
||||
} catch (err) {
|
||||
console.error(`Failed to execute plugin "${file.name}": ${err.message}`);
|
||||
allFilesLoaded = false;
|
||||
|
|
Loading…
Reference in a new issue