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
When CLI throws, it writes the error on stdout instead of stderr.
Consider the following: tns emulate john 2>out.txt
This fails, but in out.txt you will not see anything.
When error is thrown, it should be written on stderr outptut.
The text was updated successfully, but these errors were encountered:
When CLI throws, it writes the error on stdout instead of stderr.
Consider the following:
tns emulate john 2>out.txt
This fails, but in out.txt you will not see anything.
When error is thrown, it should be written on stderr outptut.
The text was updated successfully, but these errors were encountered: