TengSimon

Results 2 comments of TengSimon

> @nikolausliu > > @yuankai738631 > > > @EquinoxFlowerJG > > > > @qwexpf12 > > > >> > @2201510996 > > > >> > > @Jiezhangxiang > > >...

> Try this: > > ```js > const electron = require('electron') > const electronRemote = process.type === 'browser' > ? electron > : require('@electron/remote') > ``` why is ok ?