Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 9d1899e

Browse files
committed
remove redundant prebuild check
1 parent 7ac331f commit 9d1899e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arduino/arduino.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ export class ArduinoApp {
692692
// TODO EW: What should we do with pre-/post build commands when running
693693
// analysis? Some could use it to generate/manipulate code which could
694694
// be a prerequisite for a successful build
695-
if (dc.prebuild && !await this.runPrePostBuildCommand(dc, env, "pre")) {
695+
if (!await this.runPrePostBuildCommand(dc, env, "pre")) {
696696
return false;
697697
}
698698

0 commit comments

Comments
 (0)