Fx
Results
1
issues of
Fx
On latest nodeJS and Angular TS ```ts this.rpc = new RPC.Client({ transport: 'ipc' }); this.rpc.login({ clientId: discordConfig.clientId }).catch(console.error); ``` The login is catching : "_TypeError: setTimeout2 is not a function_"...