diff options
Diffstat (limited to 'lib/utf8_heavy.pl')
-rw-r--r-- | lib/utf8_heavy.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utf8_heavy.pl b/lib/utf8_heavy.pl index de4d01d95c..8a2ba71066 100644 --- a/lib/utf8_heavy.pl +++ b/lib/utf8_heavy.pl @@ -194,7 +194,7 @@ sub SWASHNEW { return $Cache{$class, $file}; } - $list = do $file; + $list = do $file; die $@ if $@; } $ListSorted = 1; ## we know that these lists are sorted |