Skip to content

Commit df1514c

Browse files
committed
feat: on BRIDGE_ERROR the parsing error message is sent with notification
1 parent cf6b26c commit df1514c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bridge.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class RpcResult {
5050
error.code = client->lastError.code;
5151
error.traceback = client->lastError.traceback;
5252
k_mutex_lock(write_mutex, K_FOREVER);
53-
client->notify(BRIDGE_ERROR);
53+
client->notify(BRIDGE_ERROR, error.traceback);
5454
k_mutex_unlock(write_mutex);
5555
}
5656
k_mutex_unlock(read_mutex);

0 commit comments

Comments
 (0)