Don't crash on non-jar files added to classpath
#KT-17698 Fixed
This commit is contained in:
@@ -58,7 +58,6 @@ object JsLibraryUtils {
|
||||
)
|
||||
jsFile?.runIfFileExists(action)
|
||||
}
|
||||
else -> throw IllegalArgumentException("Unknown library format (directory, zip or js file expected): $lib")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user