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 {
|
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;
|
||||||
|
|
Loading…
Reference in a new issue