Skip to content

Commit 0cdabaf

Browse files
Merge pull request #149 from PeerPrep/bhcs/pathc-1
Patch the execute problem
2 parents 78a7882 + 2d36905 commit 0cdabaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/components/status-bar/StatusBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const triggerExecutionRequestAtom = atom(null, async (get, set) => {
2727
set(resultAtom, result);
2828
set(innkeeperWriteAtom, {
2929
eventName: "sendUpdate",
30-
eventArgs: [{ executionResult: code }],
30+
eventArgs: [{ executionResult: result }],
3131
});
3232
});
3333

0 commit comments

Comments
 (0)