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 chose rebar with plugin make by master, can't check rebar version.
it semms because this String escriptPath = RebarRunningStateUtil.findEscriptExecutable(); ExtProcessUtil.ExtProcessOutput escript = ExtProcessUtil.execAndGetFirstLine(3000, escriptPath, rebarPath, "--version"); String versionWithEscript = rebar.getStdOut();
in RebarConfigurationForm line 98
shoule be escript not rebar
The text was updated successfully, but these errors were encountered:
when chose rebar with plugin make by master, can't check rebar version.
it semms because this
String escriptPath = RebarRunningStateUtil.findEscriptExecutable(); ExtProcessUtil.ExtProcessOutput escript = ExtProcessUtil.execAndGetFirstLine(3000, escriptPath, rebarPath, "--version"); String versionWithEscript = rebar.getStdOut();
in RebarConfigurationForm line 98
shoule be escript not rebar
The text was updated successfully, but these errors were encountered: