diff --git a/frontend/src/lib/components/DisplayResult.svelte b/frontend/src/lib/components/DisplayResult.svelte index 342cfd2625..0105fa06b9 100644 --- a/frontend/src/lib/components/DisplayResult.svelte +++ b/frontend/src/lib/components/DisplayResult.svelte @@ -45,6 +45,7 @@ export let noControls: boolean = false export let drawerOpen = false export let nodeId: string | undefined = undefined + export let language: string | undefined = undefined const IMG_MAX_SIZE = 10000000 const TABLE_MAX_SIZE = 5000000 @@ -544,6 +545,15 @@ > + {#if language == 'bun'} +
+ + Bun script are bundled for performance reasons. If you see an odd error that doesn't + appear when testing (which doesn't use bundling), try putting //nobundling at the top of your script to disable bundling and feel free to mention it to the Windmill's + team. + + {/if} {:else if !forceJson && resultKind == 'approval'}