Fix macaroon error
This commit is contained in:
parent
59df767150
commit
808c06027f
1 changed files with 2 additions and 1 deletions
|
|
@ -413,8 +413,9 @@ module.exports = (
|
||||||
setTimeout(async () => {
|
setTimeout(async () => {
|
||||||
try {
|
try {
|
||||||
const macaroonExists = await FS.access(
|
const macaroonExists = await FS.access(
|
||||||
LightningServices.servicesData.macaroonPath
|
LightningServices.servicesConfig.macaroonPath
|
||||||
);
|
);
|
||||||
|
|
||||||
if (!macaroonExists) {
|
if (!macaroonExists) {
|
||||||
return waitUntilFileExists(seconds + 1);
|
return waitUntilFileExists(seconds + 1);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue