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
that is just an optional parameter that servers as a hint with back-traces (more like a __FILE__ - you can not assume it's always pointing to an existing file) doing a check would likely surprise break a lot of users
@kares I ran into this as well, and the other PathType options do alert the user that the file is not found, while the CLASSPATH type just doesn't return any indication to user and it looks like the script ran with "null" which is misleading. So I would ask to consider reopening this issue, I think it's confusing and also not consistent behavior across different PathType options.
Example:
This runs and returns null even if the file doesn't exist.
The text was updated successfully, but these errors were encountered: