Describe the bug
In a cart run from a local device, stat(102) should return 0, but it returns the string "localhost".
To Reproduce
Steps to reproduce the behavior:
- Write a cart that prints the result of
stat(102)
- It prints "localhost"
Expected behavior
It should print "0"
Platform
iOS
Describe the bug
In a cart run from a local device,
stat(102)should return 0, but it returns the string "localhost".To Reproduce
Steps to reproduce the behavior:
stat(102)Expected behavior
It should print "0"
Platform
iOS