Skip to content

Commit

Permalink
fix(platform): use decoded version of value for reveal file
Browse files Browse the repository at this point in the history
  • Loading branch information
heapwolf committed Mar 25, 2024
1 parent 822d4e7 commit 4ce31c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ipc/bridge.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2336,7 +2336,7 @@ static void initRouterTable (Router *router) {

router->core->platform.revealFile(
message.seq,
message.value,
message.get("value"),
RESULT_CALLBACK_FROM_CORE_CALLBACK(message, reply)
);
});
Expand Down

0 comments on commit 4ce31c5

Please sign in to comment.