Open KrosFire opened 3 months ago
Given code will show error msg if there is an error:
silent $cat file.txt | grep "READY"$ failed { unsafe $touch file.txt$ }
So the main issue here is that silent keyword does not work properly
silent
Given code will show error msg if there is an error: