Loading cmd/sbox/sbox.go +1 −1 Original line number Diff line number Diff line Loading @@ -390,7 +390,7 @@ func validateOutputFiles(copies []*sbox_proto.Copy, sandboxDir, outputDir, rawCo } } const maxErrors = 10 const maxErrors = 25 if len(incorrectOutputDirectoryErrors) > 0 { errorMessage := "" Loading Loading
cmd/sbox/sbox.go +1 −1 Original line number Diff line number Diff line Loading @@ -390,7 +390,7 @@ func validateOutputFiles(copies []*sbox_proto.Copy, sandboxDir, outputDir, rawCo } } const maxErrors = 10 const maxErrors = 25 if len(incorrectOutputDirectoryErrors) > 0 { errorMessage := "" Loading