Skip to content

Commit 75e7390

Browse files
committed
Fix lint issues
1 parent ff1b5b9 commit 75e7390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
options.log = function(message) {
1010
console.log(message);
1111
};
12-
minify(event.data.value, options).then(this.postMessage)
12+
minify(event.data.value, options).then(this.postMessage);
1313
}
1414
catch (err) {
1515
postMessage({

0 commit comments

Comments
 (0)