Files
wren/test/timer/sleep_not_num.wren
T

4 lines
101 B
Plaintext
Raw Normal View History

2015-08-08 07:17:30 -07:00
import "timer" for Timer
Timer.sleep("wat") // expect runtime error: Milliseconds must be a number.