From 4554e27eca3ca749daee7373fa9dc05c23a15dba Mon Sep 17 00:00:00 2001 From: Lorenzo Blasa Date: Mon, 9 Oct 2023 05:36:24 -0700 Subject: [PATCH] Add '-' to comment Summary: ^ Reviewed By: antonk52 Differential Revision: D50077998 fbshipit-source-id: d21b11c62798df934b0fa72eaf96c6a82f7f9436 --- desktop/flipper-server/src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/flipper-server/src/index.tsx b/desktop/flipper-server/src/index.tsx index b374d2abb..48ced3371 100644 --- a/desktop/flipper-server/src/index.tsx +++ b/desktop/flipper-server/src/index.tsx @@ -93,7 +93,7 @@ if (os.platform() !== 'win32') { const rootPath = argv.bundler ? path.resolve(__dirname, '..', '..') - : path.resolve(__dirname, '..'); // in pre packaged versions of the server, static is copied inside the package + : path.resolve(__dirname, '..'); // In pre-packaged versions of the server, static is copied inside the package. const staticPath = path.join(rootPath, 'static'); async function start() {