From 3ccb801b350ff297e53f255991cff65c1c21ddbc Mon Sep 17 00:00:00 2001 From: Ofek Shilon Date: Sat, 11 May 2024 21:16:58 +0300 Subject: [PATCH] Don't trust `hasStackUsageOutput`/`hasOptOutput` - they can be true for compilations that failed and really have no `stackUsageOutput`/`optOutput` --- static/panes/opt-view.ts | 3 ++- static/panes/stack-usage-view.ts | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/static/panes/opt-view.ts b/static/panes/opt-view.ts index 13002a2a7c5..29a334ad928 100644 --- a/static/panes/opt-view.ts +++ b/static/panes/opt-view.ts @@ -124,7 +124,8 @@ export class Opt extends MonacoPane