Skip to content

Commit 03b7b92

Browse files
committed
make eval-local-scope-usage more prominent
1 parent 42deb77 commit 03b7b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/view/components/EvalMetrics.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
{#if metric.usesLocalScope}
6161
<span
6262
title="Throwed an error while trying to get local scope variables, return value is unreliable"
63-
>LOCAL & GLOBAL</span
63+
>⁉️ LOCAL & GLOBAL</span
6464
>
6565
{:else}
6666
<span

0 commit comments

Comments
 (0)