Skip to content

Commit 8f660f4

Browse files
committed
Hard fail when failin got load config
1 parent 4f0a472 commit 8f660f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coordinator/src/main/scala/ProjectConfigDiscovery.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ class ProjectConfigDiscovery(internalProjectConfigsPath: java.io.File, requiredC
162162
} =>
163163
()
164164
case reason =>
165-
System.err.println(
165+
sys.error(
166166
s"Failed to decode community-build config in ${repoUrl}, reason: ${reason}"
167167
)
168168
}

0 commit comments

Comments
 (0)