From 8ca7749b5509a40256195563fa52d3ede4bd1a34 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 16 Jan 2019 16:31:49 -0800 Subject: Better error messaging (using pretty_error in more places) --- lib/compatibility/4.11.nom | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lib/compatibility/4.11.nom') diff --git a/lib/compatibility/4.11.nom b/lib/compatibility/4.11.nom index 88ea7b3..053e1c8 100644 --- a/lib/compatibility/4.11.nom +++ b/lib/compatibility/4.11.nom @@ -29,8 +29,10 @@ upgrade action "set" to "4.11" via upgrade action "1 with 2 ~>" to "4.11" via for $tree: - compile error at $tree "This method has been deprecated." - "Perhaps this could be use ($tree, map ...) instead." + at $tree fail (" + Upgrade error: This method has been deprecated. + Hint: Perhaps this could be use ($tree, map ...) instead. + ") # Changing filesystem API: upgrade action (for file $f in $path $body) to "4.11" as -- cgit v1.2.3