Add console error into connect catch

This commit is contained in:
Emili Castells Guasch 2024-04-26 12:20:37 +02:00
parent a528a72716
commit 40ae3a2fa3

View file

@ -18,6 +18,7 @@ class Fastlane {
resolve();
})
.catch((error) => {
console.error(error)
reject();
});
});