S112
S112
> src/screenshots.ts文件  这行代码,位置改一下,就可以了。
> Electron 16 is completely unusable if using electron remote Just tested this with electron@^16.0.5 and it works in Mac: `"electron": "^16.0.5",` `"@electron/remote": "^2.0.1"` **main.js** ``` js require('@electron/remote/main').initialize() const mainWindow...
> `extractAllTo` is not async. Your code should not advance unless that method is done. You can wrap that function call in another function that returns a promise and call...