You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
localhost# ./spwn build groupfiller.spwn -i .cargo/bin/libraries/
Parsing ...
Building script ...
———————————————————————————
Error: Unable to find library folder
╭─[groupfiller.spwn:1:1]
│
1 │ extract obj_props
· ────────┬────────
· ╰────────── 1: Not found in /root
· │
· ╰────────── 2: Not found in /.l2s
· │
· ╰────────── 3: Not found in .cargo/bin/libraries/
───╯
localhost#
Idk what's going on. Help me if you can:)
The text was updated successfully, but these errors were encountered:
localhost# ./spwn build 1.spwn -i .cargo/bin/libraries/
Parsing ...
Building script ...
———————————————————————————
Error: Unable to find library folder
╭─[1.spwn:1:1]
│
1 │ $.print("hello")
· ────────┬───────
· ╰───────── 1: Not found in /root
· │
· ╰───────── 2: Not found in /.l2s
· │
· ╰───────── 3: Not found in .cargo/bin/libraries/
───╯
localhost#
Same problem with different file with only one string...
Idk what's going on. Help me if you can:)
The text was updated successfully, but these errors were encountered: