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:
@@ -8,7 +8,7 @@ This module does not include a web interface so you need to open
|
||||
result.
|
||||
|
||||
```javascript
|
||||
const { contentTracing } = require('electron');
|
||||
const {contentTracing} = require('electron');
|
||||
|
||||
const options = {
|
||||
categoryFilter: '*',
|
||||
|
||||
Reference in New Issue
Block a user