Skip to content

Commit

Permalink
Mostly working
Browse files Browse the repository at this point in the history
  • Loading branch information
austinksmith committed Jun 14, 2024
1 parent 27b4817 commit f9d9619
Show file tree
Hide file tree
Showing 7 changed files with 101 additions and 143 deletions.
79 changes: 32 additions & 47 deletions build/hamsters.node.min.js

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

2 changes: 1 addition & 1 deletion build/hamsters.node.min.js.map

Large diffs are not rendered by default.

79 changes: 32 additions & 47 deletions build/hamsters.web.min.js

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

2 changes: 1 addition & 1 deletion build/hamsters.web.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/core/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ class Data {
*/
addThreadOutputWithIndex(task, index, output) {
let i = 0;
let outputLength = output.length;
const outputLength = output.length;
for (i; i < outputLength; i++) {
task.output[(index.start + i)] = output[i];
}
Expand Down
Loading

0 comments on commit f9d9619

Please sign in to comment.