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
The following script, when run on macOS, completes in 8 seconds instead of 1 + 4 + 8 = 13 seconds. It appears that run step execute asynchronously. An issue raised to CasperJS repo for review and discussion, but going to implement an interim solution into TagUI in the meantime.
run sleep 1
echo '1'
run sleep 4
echo '2'
run sleep 8
echo '3'
The text was updated successfully, but these errors were encountered:
The following script, when run on macOS, completes in 8 seconds instead of 1 + 4 + 8 = 13 seconds. It appears that run step execute asynchronously. An issue raised to CasperJS repo for review and discussion, but going to implement an interim solution into TagUI in the meantime.
The text was updated successfully, but these errors were encountered: