Skip to content

Commit 62157e2

Browse files
committed
Scala.js: Throwable instead of JavaScriptException
1 parent f4d36b2 commit 62157e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/js/src/test/scala/org/threeten/bp/Platform.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import java.util.NavigableMap
44
import org.threeten.bp.zone.ZoneMap
55

66
object Platform {
7-
type NPE = scala.scalajs.js.JavaScriptException
7+
type NPE = Throwable
88
type DFE = Throwable
99
type CCE = Throwable
1010

0 commit comments

Comments
 (0)