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
Separate options from arguments when calling cygpath
Calling `grails run --stacktrace` throws an error when startGrails is attempting to convert the arguments to a windows format. By using a `--`, we separate the options to cygpath from the arguments cygpath tries to convert.
0 commit comments