Skip to content

Commit fb88870

Browse files
committed
Wait for process completion
1 parent f32315f commit fb88870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/arduino/builder/internal/detector/detector.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ func (l *SketchLibrariesDetector) findMissingIncludesInCompilationUnit(
432432
if l.preRunner != nil {
433433
preRunner := l.preRunner
434434
l.preRunner = nil
435-
go preRunner.Cancel()
435+
preRunner.Cancel()
436436
}
437437

438438
// Run the actual preprocessor

0 commit comments

Comments
 (0)