From ae825db69132f1bf2e80fc1ba0d3956709e4cce6 Mon Sep 17 00:00:00 2001 From: Pritesh Nandgaonkar Date: Tue, 10 Sep 2019 10:34:31 -0700 Subject: [PATCH] Strictify info.tsx Summary: As per title Reviewed By: danielbuechele Differential Revision: D17284107 fbshipit-source-id: 61d4f192664c769ca80a266799fba14e1c1cb235 --- src/utils/info.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/info.tsx b/src/utils/info.tsx index 912e7684e..cabffcb43 100644 --- a/src/utils/info.tsx +++ b/src/utils/info.tsx @@ -26,7 +26,7 @@ export function getInfo(): Info { platform: process.platform, unixname: os.userInfo().username, versions: { - electron: process.versions['atom-shell'], + electron: process.versions.electron, node: process.versions.node, }, };