Restart message improvement
Summary: There's no notion of restarting Flipper when running as a PWA. In the meantime, update the advise message we give to engineers as to wait 30 seconds before attempting to relaunch (Flipper server keeps running in the background for 30 seconds after quitting) Reviewed By: antonk52 Differential Revision: D49369707 fbshipit-source-id: 9451265f8941e457e734d1cb0ea74a0dea492b88
This commit is contained in:
committed by
Facebook GitHub Bot
parent
cd74f47f4f
commit
25e187bf41
@@ -170,7 +170,7 @@ export function initializeRenderHost(
|
|||||||
},
|
},
|
||||||
restartFlipper() {
|
restartFlipper() {
|
||||||
window.flipperShowMessage?.(
|
window.flipperShowMessage?.(
|
||||||
'Flipper settings have changed, please restart flipper server for the changes to take effect',
|
'Flipper settings have changed, please quit and wait for 30 seconds before re-launching for the changes to take effect',
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
serverConfig: flipperServerConfig,
|
serverConfig: flipperServerConfig,
|
||||||
|
|||||||
Reference in New Issue
Block a user