chore: fix lint:js-in-markdown script (#38334)

This commit is contained in:
David Sanders
2023-05-24 11:00:47 -07:00
committed by GitHub
parent 01f4b2c915
commit 2ef49a5333
27 changed files with 1141 additions and 593 deletions

View File

@@ -29,7 +29,7 @@ To set the represented file of window, you can use the
```javascript fiddle='docs/fiddles/features/represented-file'
const { app, BrowserWindow } = require('electron')
const os = require('os');
const os = require('os')
const createWindow = () => {
const win = new BrowserWindow({