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.
2 parents d364baa + 69b6665 commit b6797b3Copy full SHA for b6797b3
arduino-builder/main.go
@@ -54,7 +54,7 @@ import (
54
"github.com/go-errors/errors"
55
)
56
57
-const VERSION = "1.4.2"
+const VERSION = "1.4.3"
58
59
const FLAG_ACTION_COMPILE = "compile"
60
const FLAG_ACTION_PREPROCESS = "preprocess"
@@ -314,8 +314,8 @@ func main() {
314
if err := buildPath.MkdirAll(); err != nil {
315
printCompleteError(err)
316
}
317
+ ctx.BuildPath, _ = buildPath.Abs()
318
- ctx.BuildPath, _ = buildPath.Abs()
319
320
// FLAG_BUILD_CACHE
321
buildCachePathUnquoted, err := gohasissues.Unquote(*buildCachePathFlag)
0 commit comments