Skip to content

Commit

Permalink
add fusebox flag to error case of launch debugger event
Browse files Browse the repository at this point in the history
Summary:
Changelog: [Internal]

Add `prefers_fusebox_frontend` annotation to the error case for the launch debugger event

Differential Revision: D57866634
  • Loading branch information
EdmondChuiHW authored and facebook-github-bot committed May 28, 2024
1 parent a93a15a commit 671091b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ export default function openDebuggerMiddleware({
launchType,
status: 'error',
error: e,
prefersFuseboxFrontend: useFuseboxEntryPoint ?? false,
});
return;
}
Expand Down

0 comments on commit 671091b

Please sign in to comment.