mirror of
https://github.com/apple/pkl.git
synced 2026-05-28 01:29:15 +02:00
Improve handling of errors when analysis fails (#948)
Modules that cannot be loaded for one reason or another now cause a Pkl Exception, with the offending import highlighted as part of the stack trace.
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
import "bogusModule.pkl"
|
||||
+1
@@ -0,0 +1 @@
|
||||
import* ".../**.pkl"
|
||||
Reference in New Issue
Block a user