提交 728508e0 编写于 作者: I Ivan Gavrilovic 提交者: Alexey Tsvetkov

Return an error when build history for dir does not exist

上级 6bb54fd9
...@@ -80,7 +80,7 @@ open class ModulesApiHistoryJvm(protected val modulesInfo: IncrementalModuleInfo ...@@ -80,7 +80,7 @@ open class ModulesApiHistoryJvm(protected val modulesInfo: IncrementalModuleInfo
} }
} }
else -> else ->
setOf() return Either.Error("Unable to get build history for $file")
} }
} }
return Either.Success(history) return Either.Success(history)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册