We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b674221 commit c3eb6cdCopy full SHA for c3eb6cd
src/com/goide/runconfig/before/GoBeforeRunTaskProvider.java
@@ -134,7 +134,7 @@ public void run() {
134
if (!sdkService.isGoModule(module)) return;
135
136
done.down();
137
- GoExecutor.in(module).withParameters(task.getCommand())
+ GoExecutor.in(module).withParameterString(task.getCommand())
138
.withWorkDirectory(workingDirectory)
139
.showOutputOnError()
140
.showNotifications(false)
0 commit comments