Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.4.0, 3.5.0
-
None
Description
val appDirs = workDir.listFiles()
if (appDirs == null) {
throw new IOException(
s"ERROR: Failed to list files in ${appDirs.mkString("dirs(", ", ", ")")}")
}
Otherwise, npe will be thrown here when appDirs is null