Skip to content

Commit

Permalink
Civet 0.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrk24 committed Oct 29, 2024
1 parent c9c0faa commit 642b123
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion wasm/in.civet
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ createWorker := (name: string) => :Promise void =>
[3, [threadNum, thread]]
threads[threadNum] = thread
try
if threadCount is threads.reduce (1+), 0
if threadCount is (for count _ in threads)
renderThreads()
else
step()
Expand Down
8 changes: 4 additions & 4 deletions wasm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@danielx/civet": "~0.8.8",
"@danielx/civet": "~0.8.10",
"sass": "^1.79.0",
"terser": "^5.27.2"
},
Expand Down

0 comments on commit 642b123

Please sign in to comment.