Skip to content

Commit

Permalink
Add changes from #517
Browse files Browse the repository at this point in the history
  • Loading branch information
tdewolff committed Jul 11, 2022
1 parent 06d006a commit 87f73c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindings/js/test/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ if (isMainThread) {
throw "unexpected output using worker threads: '"+output+"' instead of '"+expected+"'";
}
await worker.terminate();
console.log("success!");
} else {
const { config, string } = await import('@tdewolff/minify');
config({'html-keep-document-tags': true})
Expand Down

0 comments on commit 87f73c4

Please sign in to comment.