Skip to content

Commit

Permalink
Update docs/USING_ADVANCED.md
Browse files Browse the repository at this point in the history
Co-Authored-By: UziTech <tony@brix.ninja>
  • Loading branch information
styfle and UziTech authored Mar 2, 2019
1 parent 3ab43e4 commit bc812cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/USING_ADVANCED.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ var markedTimeout = setTimeout(() => {
throw new Error('Marked took too long!');
}, timeoutLimit);
markedWorker.onmessage = function (html) => {
markedWorker.onmessage = (html) => {
clearTimeout(markedTimeout);
console.log(html);
});
Expand Down

0 comments on commit bc812cc

Please sign in to comment.