Skip to content

Commit

Permalink
server: finish fork filename implementation;
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Aug 1, 2024
1 parent 82dfa96 commit 4c3f1c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/plugin/plugin-remote-worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ export function startPluginRemote(mainFilename: string, pluginId: string, peerSe

const forkOptions = Object.assign({}, zipOptions);
forkOptions.fork = true;
forkOptions.main = options.filename;
return remote.loadZip(packageJson, getZip, forkOptions)
})();

Expand Down

0 comments on commit 4c3f1c4

Please sign in to comment.