From 87f73c46543fce3087e6693ef9f78af1e405f08d Mon Sep 17 00:00:00 2001 From: Taco de Wolff Date: Mon, 11 Jul 2022 19:10:08 -0400 Subject: [PATCH] Add changes from #517 --- bindings/js/test/worker.js | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings/js/test/worker.js b/bindings/js/test/worker.js index ca30e4290c..1c670dcc07 100644 --- a/bindings/js/test/worker.js +++ b/bindings/js/test/worker.js @@ -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})