Skip to content

Commit

Permalink
server: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Nov 30, 2024
1 parent 6b04095 commit 6d268ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/plugin/plugin-remote-worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ export function startPluginRemote(mainFilename: string, pluginId: string, peerSe
const p = path.join(unzippedPath, mainNodejs);
const module = await eseval(p);
params.module.exports = module;
}
}
else {
evalLocal(peer, script, startPluginRemoteOptions?.sourceURL?.(filename) || filename, params);
}
Expand Down

0 comments on commit 6d268ad

Please sign in to comment.