Backport ScriptSeverity.FATAL to old script API
(cherry picked from commit dceb063)
This commit is contained in:
@@ -26,7 +26,7 @@ typealias Environment = Map<String, Any?>
|
||||
|
||||
interface ScriptDependenciesResolver {
|
||||
|
||||
enum class ReportSeverity { ERROR, WARNING, INFO, DEBUG }
|
||||
enum class ReportSeverity { FATAL, ERROR, WARNING, INFO, DEBUG }
|
||||
|
||||
fun resolve(script: ScriptContents,
|
||||
environment: Environment?,
|
||||
|
||||
Reference in New Issue
Block a user