This website requires JavaScript.
Explore
Help
Register
Sign In
retoor
/
wren
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
0f18db00970ac754ddd722ff8b51b16ba7654230
wren
/
test
/
io
/
stat
/
path_nonexistent.wren
T
4 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: move File.stat to Stat.path and update all references across docs, source, and tests
2016-02-07 17:56:16 +00:00
import "io" for Stat
Stat.path("nonexistent") // expect runtime error: no such file or directory
Reference in New Issue
Copy Permalink