Log to infinity_analytics_dev scribe cat in non-prod
Reviewed By: danielbuechele Differential Revision: D13956251 fbshipit-source-id: a741ffc7f39b3a09eeb29b8b96c3a7183f630f84
This commit is contained in:
committed by
Facebook Github Bot
parent
cb6c7bb137
commit
351ac37fab
@@ -9,7 +9,7 @@ import electron from 'electron';
|
|||||||
|
|
||||||
const _isProduction = !/node_modules[\\/]electron[\\/]/.test(
|
const _isProduction = !/node_modules[\\/]electron[\\/]/.test(
|
||||||
// $FlowFixMe: execPath exists, but is not in electron API spec
|
// $FlowFixMe: execPath exists, but is not in electron API spec
|
||||||
electron.remote.process.execPath,
|
process.execPath || electron.remote.process.execPath,
|
||||||
);
|
);
|
||||||
|
|
||||||
export default function isProduction(): boolean {
|
export default function isProduction(): boolean {
|
||||||
|
|||||||
Reference in New Issue
Block a user