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
RunArgument: fix NPE when no script args are given
The intent was that you could write e.g.:
myApp --run myScript
Instead of requiring that an empty args list be passed like:
myApp --run myScript ''
But in practice, the former was generating a NullPointerException.
0 commit comments