Skip to content

Commit

Permalink
fix: require path when using (electron#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound authored and codebytere committed Nov 6, 2018
1 parent 37fca2c commit 3a97805
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main-process/system/protocol-handler.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const {app, dialog} = require('electron')
const path = require('path')

if (process.defaultApp) {
if (process.argv.length >= 2) {
Expand Down

0 comments on commit 3a97805

Please sign in to comment.