From d31e41659fefc04cf82f0d1cea5dd7f68f4f9664 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 26 Apr 2020 19:06:03 -0700 Subject: Increase the error display text limit --- src/error.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/error.cc') diff --git a/src/error.cc b/src/error.cc index 1ab92840..837d7499 100644 --- a/src/error.cc +++ b/src/error.cc @@ -88,7 +88,7 @@ string source_context(const path& file, return _(""); assert(len > 0); - assert(len < 8192); + assert(len < 65536); std::ostringstream out; -- cgit v1.2.3