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

Commit 3a1f878

Browse files
committed
linebreak so following code doesn't turn um in the same, unfinished lin
1 parent 8990436 commit 3a1f878

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/mods/workers.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,8 @@ idrinth.workers = {
335335
if(typeof idrinth.workers.list[name] === 'string') {
336336
let blobURL = window.URL.createObjectURL(
337337
new Blob([
338-
"/*js:big*/" +//replaced server-side from libs/[name].js
339-
"self.onmessage = function(message) {self.postMessage(idrinth.work(message.data));}" +
338+
"/*js:big*/\n" +//replaced server-side from libs/[name].js
339+
"self.onmessage = function(message) {self.postMessage(idrinth.work(message.data));};\n" +
340340
this.list[name]
341341
])
342342
);

0 commit comments

Comments
 (0)