2JJ1

Results 3 issues of 2JJ1

When including, "await prepareNext('./renderer')", all errors that typically appear in Electron main's error pop up no longer appear. Rather the Electron process just exits and gives no information regarding the...

My code: ``` app.use(sassMiddleware({ src: path.join(__dirname, 'sass'), dest: path.join(__dirname, 'static'), debug: true, outputStyle: 'compressed', force: true, prefix: '/assets/css' })); ``` Output: > source: ...project\sass\reset.scss > dest: ...project\static\reset.css > read: ...project\sass\reset.scss...

`use winapi::um::wow64apiset::IsWow64Process;` This results in the error Error: could not find `wow64apiset` in `um` Documentation suggests that this exists, but in actuality, it does not. https://docs.rs/winapi/0.3.9/winapi/um/wow64apiset/index.html