UNPKG

tjc-sdk

Version:

TIANJI IM SDK

2 lines (1 loc) 311 B
import{ipcMain as o}from"electron";let r;function e(e){r=e,o.on("invokeRCMethod",((o,e)=>{try{o.returnValue={code:0,value:r[e.methodName](...e.methodArgs)}}catch(r){if(o.returnValue={code:-1,error:r.message},"production"!==process.env.NODE_ENV)throw new Error(e.methodName+" "+r.message)}}))}export{e as init};