Advertisement
Guest User

Untitled

a guest
May 3rd, 2024
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. $ raku -e "shell 'echo'" # from git bash on windows
  2. Use of uninitialized value @!args of type Any in string context.
  3. Methods .^name, .raku, .gist, or .say can be used to stringify it to something meaningful.
  4. in sub warn at 'SETTING::'src/core.c/control.rakumod line 267
  5. Use of uninitialized value $!path of type Any in string context.
  6. Methods .^name, .raku, .gist, or .say can be used to stringify it to something meaningful.
  7. in sub warn at 'SETTING::'src/core.c/control.rakumod line 267
  8. The spawned command 'dir' exited unsuccessfully (exit code: 1, signal: 0)
  9. in method throw at 'SETTING::'src/core.c/Exception.rakumod line 65
  10. in method sink at 'SETTING::'src/core.c/Proc.rakumod line 223
  11. in block <unit> at -e line 1
  12.  
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement