Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 641c0bd

Browse files
Fix path to helper file.
1 parent 6b4f6dd commit 641c0bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/electron.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const url = require('url');
66
const isDev = require('electron-is-dev');
77
const log = require('electron-log');
88
const { startLndProcess, startBtcdProcess } = require('./lnd-child-process');
9-
const { parseCliArg } = require('../public/helper');
9+
const { parseCliArg } = require('./helper');
1010
const grcpClient = require('./grpc-client');
1111
const {
1212
PREFIX_NAME,

0 commit comments

Comments
 (0)