Skip to content

Commit

Permalink
Update callias.xsh
Browse files Browse the repository at this point in the history
  • Loading branch information
anki-code authored Jun 5, 2024
1 parent de15dbf commit d3af47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion callias.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def _printer(a,i,o,e):
echo @(f"{name}: echo")
![echo @(f"{name}: ![echo]")]
$[echo @(f"{name}: $[echo]")]
_print_to_tty(f"{name}: tty")
_print_to_tty(f"{name}: tty") # Use `$[]` to solve "Inappropriate ioctl for device".
!(echo @(f"{name}: !() THIS MUST BE CAPTURED IF YOU SEE THIS IT IS ISSUE"))
$(echo @(f"{name}: $() THIS MUST BE CAPTURED IF YOU SEE THIS IT IS ISSUE"))

Expand Down

0 comments on commit d3af47b

Please sign in to comment.