Skip to content

Commit

Permalink
Update packages/vscode-extension/src/project/metro.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
maciekstosio authored Dec 17, 2024
1 parent 1a58076 commit e636387
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 @@ -398,7 +398,7 @@ export class Metro implements Disposable {
// Expo go apps using the new debugger could report more then one page,
// if it exist the first one being the Expo Go host runtime.
// more over expo go on android has a bug causing newDebuggerPages
// from previously run applications to leek if the host application
// from previously run applications to leak if the host application
// was not stopped.
// to solve both issues we check if the runtime is part of
// the host application process and select the last one that
Expand Down

0 comments on commit e636387

Please sign in to comment.