Skip to content
This repository was archived by the owner on Mar 29, 2021. It is now read-only.

Commit

Permalink
linebreak so following code doesn't turn um in the same, unfinished lin
Browse files Browse the repository at this point in the history
  • Loading branch information
Idrinth committed May 31, 2018
1 parent 8990436 commit 3a1f878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mods/workers.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,8 @@ idrinth.workers = {
if(typeof idrinth.workers.list[name] === 'string') {
let blobURL = window.URL.createObjectURL(
new Blob([
"/*js:big*/" +//replaced server-side from libs/[name].js
"self.onmessage = function(message) {self.postMessage(idrinth.work(message.data));}" +
"/*js:big*/\n" +//replaced server-side from libs/[name].js
"self.onmessage = function(message) {self.postMessage(idrinth.work(message.data));};\n" +
this.list[name]
])
);
Expand Down

0 comments on commit 3a1f878

Please sign in to comment.