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 f32315f commit fb88870Copy full SHA for fb88870
internal/arduino/builder/internal/detector/detector.go
@@ -432,7 +432,7 @@ func (l *SketchLibrariesDetector) findMissingIncludesInCompilationUnit(
432
if l.preRunner != nil {
433
preRunner := l.preRunner
434
l.preRunner = nil
435
- go preRunner.Cancel()
+ preRunner.Cancel()
436
}
437
438
// Run the actual preprocessor
0 commit comments