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,7 +1,7 @@
|
|||
const { app, BrowserWindow, ipcMain } = require('electron')
|
||||
const path = require('path')
|
||||
const fs = require('fs')
|
||||
const https = require('https')
|
||||
const path = require('node:path')
|
||||
const fs = require('node:fs')
|
||||
const https = require('node:https')
|
||||
|
||||
function createWindow () {
|
||||
const win = new BrowserWindow({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue