refactor: use node scheme imports in docs/fiddles (#39110)
This commit is contained in:
parent
9645f7f6d8
commit
626f46f75a
18 changed files with 24 additions and 24 deletions
|
@ -1,5 +1,5 @@
|
|||
const { shell } = require('electron')
|
||||
const os = require('os')
|
||||
const os = require('node:os')
|
||||
|
||||
const exLinksBtn = document.getElementById('open-ex-links')
|
||||
const fileManagerBtn = document.getElementById('open-file-manager')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue