From eee02f0e374db5da05e2fe4f288fc2c797b86ae5 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Mon, 25 Sep 2023 04:20:18 -0700 Subject: [PATCH] chore: use node prefix with path module (#853) --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index c78f76b..7699935 100644 --- a/main.js +++ b/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.