Skip to content

Commit bc812cc

Browse files
styfleUziTech
andauthored
Update docs/USING_ADVANCED.md
Co-Authored-By: UziTech <[email protected]>
1 parent 3ab43e4 commit bc812cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/USING_ADVANCED.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ var markedTimeout = setTimeout(() => {
136136
throw new Error('Marked took too long!');
137137
}, timeoutLimit);
138138
139-
markedWorker.onmessage = function (html) => {
139+
markedWorker.onmessage = (html) => {
140140
clearTimeout(markedTimeout);
141141
console.log(html);
142142
});

0 commit comments

Comments
 (0)