Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Trollhunters501 authored Dec 9, 2024
1 parent b1d562a commit 9575cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/CreadoresProgram/JSENK2/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
}
if(depend.startsWith("java/maven/")){
contexto2eng.require.register(depend, function(module){
module.exports = new NnClassLoader({ urls: [depend.replace("java/maven/", "")+":"+packManiSc.dependencies[depend]] });
module.exports = new NnClassLoader({ maven: [depend.replace("java/maven/", "")+":"+packManiSc.dependencies[depend]] });
});
}
if(depend.startsWith("scriptJSENK/")){
Expand Down

0 comments on commit 9575cbe

Please sign in to comment.