We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfff837 commit 8c37d77Copy full SHA for 8c37d77
src/Core__Error.res
@@ -36,4 +36,4 @@ module URIError = {
36
37
external raise: t => 'a = "%raise"
38
39
-let panic = msg => make(j`Panic! $msg`)->Obj.magic->raise
+let panic = msg => make(`Panic! ${msg}`)->raise
0 commit comments