From 06bf76f818382cdd33816073866f3cfd41609597 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 11 Jan 2018 18:48:43 -0800 Subject: Truncated debug output for readability. --- nomsu.moon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nomsu.moon') diff --git a/nomsu.moon b/nomsu.moon index 45ac3c6..c37f8e0 100755 --- a/nomsu.moon +++ b/nomsu.moon @@ -526,7 +526,7 @@ end]]\format(lua_code)) args = [arg for arg in *tree.value when arg.type != "Word"] if @debug @write "#{colored.bright "RUNNING MACRO"} #{colored.underscore colored.magenta(tree.stub)} " - @writeln "#{colored.bright "WITH ARGS:"} #{colored.dim repr args}" + @writeln "#{colored.bright "WITH ARGS:"} #{colored.dim repr [(repr a)\sub(1,50) for a in *args]}" lua = @defs[tree.stub].fn(self, unpack(args)) remove @compilestack return lua -- cgit v1.2.3