Skip to content

Commit

Permalink
chore: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiKilian committed Nov 22, 2024
1 parent aa82b18 commit 5f24502
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions javascript/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export function runNativeCommand<ReturnType = NativeArg>(
args,
);

// Android uses callback instead of return
return null as ReturnType;
}

Expand Down

0 comments on commit 5f24502

Please sign in to comment.