mirror of https://github.com/Kylart/KawAnime.git
Increased maxListeners
This commit is contained in:
parent
870872424c
commit
ef21ce0660
|
@ -5,7 +5,7 @@ import eventsList from './events'
|
||||||
|
|
||||||
const { ipcRenderer: ipc, remote } = electron
|
const { ipcRenderer: ipc, remote } = electron
|
||||||
|
|
||||||
ipc.setMaxListeners(100)
|
ipc.setMaxListeners(200)
|
||||||
|
|
||||||
function log (...args) {
|
function log (...args) {
|
||||||
console.log(`[${(new Date()).toLocaleTimeString()}]:`, ...args) // eslint-disable-line no-console
|
console.log(`[${(new Date()).toLocaleTimeString()}]:`, ...args) // eslint-disable-line no-console
|
||||||
|
|
Loading…
Reference in New Issue