player icon indicating copy to clipboard operation
player copied to clipboard

Ubuntu下yarn run dev, 报错 Cannot read property 'setAlwaysOnTop' of null

Open NingerJohn opened this issue 4 years ago • 1 comments

  1. 环境信息如下
$ uname -a 
Linux ninger-MS-7A15 5.3.0-51-generic #44~18.04.2-Ubuntu SMP Thu Apr 23 14:27:18 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
$ yarn -v
1.22.4
  1. 报错如下
Еггоr
A JavaScript error occurred in the main process
Uncaught Exception:
TypeError: Cannot read property 'setAlwaysOnTop' of null
at EventEmitter.eval (webpack:/.src/main/api/window.js?:60:32)at EventEmitter.emit (events.js:182:13)
at WebContents.<anonymous> (/home/ninger/workspace/electron-player/node_ modules/electron/dist/resources/electron.asar/browser/api/web-contents.js:346:13)
at WebContents.emit (events.js:182:13)

NingerJohn avatar May 14 '20 09:05 NingerJohn

非常感谢你的反馈,我会尽快修复该问题的

c10342 avatar May 25 '20 13:05 c10342