Skip to content

Commit 704e866

Browse files
committed
avoid "Maximum call stack size exceeded" with testing/quick
1 parent 0bde469 commit 704e866

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// +build js
2+
3+
package quick
4+
5+
const complexSize = 40

0 commit comments

Comments
 (0)