mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 16:07:12 -07:00
You don’t belong here.
This commit is contained in:
parent
335e99b167
commit
e49fd94392
1 changed files with 2 additions and 3 deletions
|
@ -50,9 +50,8 @@ open class NewRunCommand(val info: RunCommandInfo) {
|
|||
// val DEFAULT_SUCCESS_VERBOSE = { output: List<String> -> kobaltLog(2, "Success:\n " + output.joinToString
|
||||
// ("\n"))}
|
||||
// val defaultSuccess = DEFAULT_SUCCESS
|
||||
val DEFAULT_ERROR = {
|
||||
output: List<String> ->
|
||||
kotlin.error(output.joinToString("\n "))
|
||||
val DEFAULT_ERROR = { output: List<String> ->
|
||||
kobaltError(output.joinToString("\n "))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue