Change process title to flipper-runtime

Summary:
Even though node docs state

> Assigning a value to process.title might not result in an accurate label within process manager applications such as macOS Activity Monitor or Windows Services Manager.

Locally this worked for me on M1 machine. Will test on intel as well.

Reviewed By: lblasa

Differential Revision: D50228844

fbshipit-source-id: 69937ded7da259e05335df50332ea114ff566f21
This commit is contained in:
Anton Kastritskiy
2023-10-12 15:37:23 -07:00
committed by Facebook GitHub Bot
parent 0e664d274a
commit 436203161d

View File

@@ -8,5 +8,7 @@
* @format * @format
*/ */
process.title = 'flipper-runtime';
// eslint-disable-next-line import/no-unresolved // eslint-disable-next-line import/no-unresolved
require('./lib/index.js'); require('./lib/index.js');