Browse Source

chore: use node prefix with path module (#853)

pull/854/head
David Sanders 2 years ago
committed by GitHub
parent
commit
eee02f0e37
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      main.js

2
main.js

@ -1,6 +1,6 @@
// Modules to control application life and create native browser window
const { app, BrowserWindow } = require('electron')
const path = require('path')
const path = require('node:path')
function createWindow () {
// Create the browser window.

Loading…
Cancel
Save