Skip to content

Commit

Permalink
Server state error notification key
Browse files Browse the repository at this point in the history
Summary: ^

Reviewed By: antonk52

Differential Revision: D47869306

fbshipit-source-id: 38a8170a87f1774b8cb421d1ca4145a8e86d4067
  • Loading branch information
lblasa authored and facebook-github-bot committed Jul 28, 2023
1 parent 4dc6326 commit 3bef18f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions desktop/flipper-ui-core/src/dispatcher/flipperServer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ function handleServerStateChange({
handeEADDRINUSE(error);
} else {
notification.error({
key: `server-${state}-error`,
message: 'Failed to start flipper-server',
description: '' + error,
duration: null,
Expand Down

0 comments on commit 3bef18f

Please sign in to comment.