Skip to content

Commit 01ce916

Browse files
author
zjcqoo
committed
update
1 parent e28afce commit 01ce916

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/mod_asmjs/src/WorkerChild.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const Child = function() {
9696
}
9797

9898
function advance() {
99-
let stp = mProgStep
99+
let stp = mProgStep;
100100
let beg = mProgPos;
101101
let end = beg + stp;
102102
let last = 0;
@@ -145,8 +145,6 @@ const Child = function() {
145145
}, [output]);
146146
break;
147147
}
148-
149-
// console.log('iter:', stp, 'time:', t, 'first:', mFirstStage);
150148
}
151149

152150

src/mod_flash/bin-debug/Scrypt.swf

86.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)