Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Commit 3a97805

Browse files
MarshallOfSoundcodebytere
authored andcommitted
fix: require path when using (#402)
1 parent 37fca2c commit 3a97805

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: main-process/system/protocol-handler.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
const {app, dialog} = require('electron')
2+
const path = require('path')
23

34
if (process.defaultApp) {
45
if (process.argv.length >= 2) {

0 commit comments

Comments
 (0)