mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-24 11:46:31 +00:00
6 lines
148 B
TypeScript
6 lines
148 B
TypeScript
// tslint:disable-next-line:no-var-requires
|
|
const { app } = require('electron');
|
|
if (app !== undefined) {
|
|
app.allowRendererProcessReuse = false;
|
|
}
|