From 323a70d181d6b85063db00a7086f632f4be2c306 Mon Sep 17 00:00:00 2001 From: Lauren Tan Date: Tue, 28 Feb 2023 19:19:36 -0500 Subject: [PATCH] [playground] Fix compiler errors being cut off --- .../forget/packages/playground/components/Editor/Output.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/forget/packages/playground/components/Editor/Output.tsx b/compiler/forget/packages/playground/components/Editor/Output.tsx index 24b154eddd..5fb0410194 100644 --- a/compiler/forget/packages/playground/components/Editor/Output.tsx +++ b/compiler/forget/packages/playground/components/Editor/Output.tsx @@ -195,7 +195,7 @@ function Output({ store, compilerOutput }: Props) {
             {compilerOutput.error.toString()}