Skip to content

Commit e3bf5f7

Browse files
lerouxbaddaleax
andauthored
Update packages/browser-repl/src/components/shell.tsx
Co-authored-by: Anna Henningsen <[email protected]>
1 parent 5cf7a44 commit e3bf5f7

File tree

1 file changed

+0
-1
lines changed
  • packages/browser-repl/src/components

1 file changed

+0
-1
lines changed

packages/browser-repl/src/components/shell.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ export const Shell = ({
271271
onOutputChanged?.([]);
272272
},
273273
};
274-
return evaluationListener;
275274
}, [focusEditor, maxOutputLength, onOutputChanged, output]);
276275

277276
const updateShellPrompt = useCallback(async (): Promise<void> => {

0 commit comments

Comments
 (0)