Actions
Bug #5541
open$calias doesn't work when calling an alias via /timer
Start date:
04/11/2022
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Regression:
No
Description
Hello,
It seems $calias doesn't return anything when being called via /timer command.
/timer 1 0 testing
alias testing { echo 4 -s EXECUTING >> $calias }
- Thanks!
Updated by Per Amundsen over 2 years ago
This is intentional, since the timer spawns a "new script" and the original script can have been modified since the timer was started which would make all the previous calias data invalid anyways.
Although I understand it would be useful to know how the timer was started, I don't have any useful ideas atm.
Actions