Multiplying 2 large integers in the console results in a crash.
Closed this issue · 1 comments
timimahoney commented
The app will crash if you multiply 1234567890 * 9876543210 in the console. This is probably a conversion between the large integer and the inspector number types.
timimahoney commented
This is fixed on the 0.1.2 branch.