Skip to content

Commit 80e17cb

Browse files
committed
Don't crash on non-jar files added to classpath
#KT-17698 Fixed
1 parent 4393e2d commit 80e17cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/util/src/org/jetbrains/kotlin/utils/JsLibraryUtils.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ object JsLibraryUtils {
5858
)
5959
jsFile?.runIfFileExists(action)
6060
}
61-
else -> throw IllegalArgumentException("Unknown library format (directory, zip or js file expected): $lib")
6261
}
6362
}
6463

0 commit comments

Comments
 (0)