mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
📝 Match destructuring style
[ci skip]
This commit is contained in:
@@ -7,7 +7,7 @@ The `shell` module provides functions related to desktop integration.
|
||||
An example of opening a URL in the user's default browser:
|
||||
|
||||
```javascript
|
||||
const { shell } = require('electron');
|
||||
const {shell} = require('electron');
|
||||
|
||||
shell.openExternal('https://github.com');
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user