aboutsummaryrefslogtreecommitdiff
path: root/lib/compatibility/3.nom
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-01-16 16:31:49 -0800
committerBruce Hill <bruce@bruce-hill.com>2019-01-16 16:32:02 -0800
commit8ca7749b5509a40256195563fa52d3ede4bd1a34 (patch)
treea3e597668b6a53048e440d9630b48f3a2efb3926 /lib/compatibility/3.nom
parent25e1ccc025e27d5ef7f1cc23e82e4836aa5a07f4 (diff)
Better error messaging (using pretty_error in more places)
Diffstat (limited to 'lib/compatibility/3.nom')
-rw-r--r--lib/compatibility/3.nom6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/compatibility/3.nom b/lib/compatibility/3.nom
index 966dbf9..6ce3fdc 100644
--- a/lib/compatibility/3.nom
+++ b/lib/compatibility/3.nom
@@ -11,5 +11,7 @@ upgrade action (me) to "3" as $me
upgrade action (@) to "3" as $me
upgrade action "as" to "3" via
for $tree:
- compile error at $tree "Object API has changed and 'as' is no longer supported."
- "Use ($obj, action ...) instead of (as $obj: action ...)"
+ at $tree fail ("
+ Upgrade error: Object API has changed and 'as' is no longer supported.
+ Hint: Use ($obj, action ...) instead of (as $obj: action ...)
+ ")