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
Sending a PR to handle previously unhandled errors that are outside of missing UI elements, error-handling during step and integrations execution, unrecognizable steps, missing parameters etc.
An example would be referencing a variable that is not yet declared -
ReferenceError: Can't find variable: abc
/Users/kensoh/Cloud Drive/Marketing/Website/api/tagui/src/phantomjs:/code/demo.js:1386
/Users/kensoh/Cloud Drive/Marketing/Website/api/tagui/src/phantomjs:/platform/casper.js:1685 in runStep
/Users/kensoh/Cloud Drive/Marketing/Website/api/tagui/src/phantomjs:/platform/casper.js:414 in checkStep
With this PR, the following standard error message from TagUI will be displayed instead -
ERROR - can't find variable: b
The text was updated successfully, but these errors were encountered:
kensoh
added a commit
to tebelorg/TagUI
that referenced
this issue
Apr 7, 2019
… errors
Sending a PR to handle previously unhandled errors that are outside of missing UI elements, error-handling during step and integrations execution, unrecognizable steps, missing parameters etc.
An example would be referencing a variable that is not yet declared -
```
ReferenceError: Can't find variable: abc
/Users/kensoh/Cloud Drive/Marketing/Website/api/tagui/src/phantomjs:/code/demo.js:1386
/Users/kensoh/Cloud Drive/Marketing/Website/api/tagui/src/phantomjs:/platform/casper.js:1685 in runStep
/Users/kensoh/Cloud Drive/Marketing/Website/api/tagui/src/phantomjs:/platform/casper.js:414 in checkStep
```
---
With this PR, the following standard error message from TagUI will be displayed instead -
```
ERROR - can't find variable: b
```
Sending a PR to handle previously unhandled errors that are outside of missing UI elements, error-handling during step and integrations execution, unrecognizable steps, missing parameters etc.
An example would be referencing a variable that is not yet declared -
```
ReferenceError: Can't find variable: abc
/Users/kensoh/Cloud Drive/Marketing/Website/api/tagui/src/phantomjs:/code/demo.js:1386
/Users/kensoh/Cloud Drive/Marketing/Website/api/tagui/src/phantomjs:/platform/casper.js:1685 in runStep
/Users/kensoh/Cloud Drive/Marketing/Website/api/tagui/src/phantomjs:/platform/casper.js:414 in checkStep
```
---
With this PR, the following standard error message from TagUI will be displayed instead -
```
ERROR - can't find variable: b
```
Sending a PR to handle previously unhandled errors that are outside of missing UI elements, error-handling during step and integrations execution, unrecognizable steps, missing parameters etc.
An example would be referencing a variable that is not yet declared -
With this PR, the following standard error message from TagUI will be displayed instead -
The text was updated successfully, but these errors were encountered: