Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shi-yan committed Nov 7, 2023
1 parent cae7445 commit db8ceae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -158970,7 +158970,7 @@ function App() {
getWorkerUrl: function(workerId, label) {
console.log("moduleid", workerId, label);
if (workerId === "workerMain.js") {
return prefixSubPath("/assets/vs/base/worker/" + workerId);
return "/assets/vs/base/worker/" + workerId;
}
}
};
Expand Down

0 comments on commit db8ceae

Please sign in to comment.