Skip to content

Commit c3eb6cd

Browse files
committed
Error when set up "go vet" in before launch
Fixes #1834
1 parent b674221 commit c3eb6cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/goide/runconfig/before/GoBeforeRunTaskProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public void run() {
134134
if (!sdkService.isGoModule(module)) return;
135135

136136
done.down();
137-
GoExecutor.in(module).withParameters(task.getCommand())
137+
GoExecutor.in(module).withParameterString(task.getCommand())
138138
.withWorkDirectory(workingDirectory)
139139
.showOutputOnError()
140140
.showNotifications(false)

0 commit comments

Comments
 (0)