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 8ebca9f commit 1944f02Copy full SHA for 1944f02
commands/service_compile.go
@@ -404,6 +404,7 @@ func (s *arduinoCoreServerImpl) Compile(req *rpc.CompileRequest, stream rpc.Ardu
404
return &cmderrors.PermissionDeniedError{Message: i18n.Tr("Error reading build directory"), Cause: err}
405
}
406
buildFiles.FilterPrefix(baseName)
407
+ buildFiles.FilterOutDirs()
408
for _, buildFile := range buildFiles {
409
exportedFile := exportPath.Join(buildFile.Base())
410
logrus.WithField("src", buildFile).WithField("dest", exportedFile).Trace("Copying artifact.")
0 commit comments