mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -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
|
// val DEFAULT_SUCCESS_VERBOSE = { output: List<String> -> kobaltLog(2, "Success:\n " + output.joinToString
|
||||||
// ("\n"))}
|
// ("\n"))}
|
||||||
// val defaultSuccess = DEFAULT_SUCCESS
|
// val defaultSuccess = DEFAULT_SUCCESS
|
||||||
val DEFAULT_ERROR = {
|
val DEFAULT_ERROR = { output: List<String> ->
|
||||||
output: List<String> ->
|
kobaltError(output.joinToString("\n "))
|
||||||
kotlin.error(output.joinToString("\n "))
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue