remove crash

Summary: fixing flipper crash on launch

Reviewed By: priteshrnandgaonkar

Differential Revision: D15412629

fbshipit-source-id: e74ee0a60ac10999438da5a888732e42a0ffccc8
This commit is contained in:
Daniel Büchele
2019-05-20 04:43:32 -07:00
committed by Facebook Github Bot
parent c7f3e4e588
commit 7f99a5cfe2

View File

@@ -44,7 +44,6 @@ export default function initCrashReporter(sessionId: string): Promise<void> {
}; };
remote.crashReporter.start(electronCrashReporterArgs); remote.crashReporter.start(electronCrashReporterArgs);
crashReporter.start(electronCrashReporterArgs); crashReporter.start(electronCrashReporterArgs);
remote.process.crash();
}); });
}); });
} }