From bd10e55e72cfd588d3ed1ef6330bc138a3fe8eff Mon Sep 17 00:00:00 2001 From: Li Jin Date: Tue, 8 Nov 2022 15:15:37 +0800 Subject: added indentation error messages. --- spec/inputs/try-catch.yue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec') diff --git a/spec/inputs/try-catch.yue b/spec/inputs/try-catch.yue index f5cb97e..7287c33 100644 --- a/spec/inputs/try-catch.yue +++ b/spec/inputs/try-catch.yue @@ -34,8 +34,8 @@ catch err if try func 1 catch err - print err - print "OK" + print err + print "OK" do if success, result = try func "abc", 123 -- cgit v1.2.3-55-g6feb