Skip to content

Commit

Permalink
Update packages/vscode-extension/src/project/metro.ts
Browse files Browse the repository at this point in the history
Co-authored-by: filip131311 <[email protected]>
  • Loading branch information
kmagiera and filip131311 authored Oct 29, 2024
1 parent fdabfeb commit 5b35fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vscode-extension/src/project/metro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ export class Metro implements Disposable {
ws.send(
JSON.stringify({
version: 2 /* protocol version, needs to be set to 2 */,
method: message,
method,
})
);
// we disconnect immediately after sending the message as there's no need
Expand Down

0 comments on commit 5b35fa6

Please sign in to comment.