Add '-' to comment

Summary: ^

Reviewed By: antonk52

Differential Revision: D50077998

fbshipit-source-id: d21b11c62798df934b0fa72eaf96c6a82f7f9436
This commit is contained in:
Lorenzo Blasa
2023-10-09 05:36:24 -07:00
committed by Facebook GitHub Bot
parent b898e349a2
commit 4554e27eca

View File

@@ -93,7 +93,7 @@ if (os.platform() !== 'win32') {
const rootPath = argv.bundler const rootPath = argv.bundler
? path.resolve(__dirname, '..', '..') ? 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'); const staticPath = path.join(rootPath, 'static');
async function start() { async function start() {