Skip to content

Commit

Permalink
docs: comma
Browse files Browse the repository at this point in the history
  • Loading branch information
toyobayashi committed May 15, 2024
1 parent 2e6c59a commit 7dfde22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/emnapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@ instantiateNapiModule(input, {
* since browser disallow blocking the main thread (Atomics.wait).
* @defaultValue false
*/
waitThreadStart: isNode || (isBrowser && !isBrowserMainThread)
waitThreadStart: isNode || (isBrowser && !isBrowserMainThread),

/**
* Reuse the thread worker after thread exit to avoid re-creatation
Expand Down

0 comments on commit 7dfde22

Please sign in to comment.