mirror of
https://github.com/upscayl/upscayl.git
synced 2026-02-19 11:55:37 -05:00
11 lines
406 B
JavaScript
11 lines
406 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
/* eslint-disable @typescript-eslint/no-namespace */
|
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
const electron_1 = require("electron");
|
|
// Since we disabled nodeIntegration we can reintroduce
|
|
// needed node functionality here
|
|
process.once('loaded', () => {
|
|
global.ipcRenderer = electron_1.ipcRenderer;
|
|
});
|