Skip to content

Commit

Permalink
Update blog/electron-16-0.md
Browse files Browse the repository at this point in the history
Co-authored-by: Erick Zhao <[email protected]>
  • Loading branch information
sofianguy and erickzhao authored Nov 16, 2021
1 parent 82c01a6 commit 63cca2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/electron-16-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Below are breaking changes introduced in Electron 16. More information about the

### Building Native Modules

Building native modules for old versions of Electron (<=13, < 14.2.0, < 15.3.0) will require passing `--force-process-config` to node-gyp. You are likely to encounter this issue if your project is using custom scripts to build native modules. You can use [#2497](https://github.com/nodejs/node-gyp/pull/2497) to automatically pass `--force-process-config`.
If your project uses node-gyp to build native modules, you may need to call it with `--force-process-config` depending on your project's setup and your Electron version. More information about this change can be found at [#2497](https://github.com/nodejs/node-gyp/pull/2497).

### Behavior Changed: `crashReporter` implementation switched to Crashpad on Linux

Expand Down

0 comments on commit 63cca2c

Please sign in to comment.