diff --git a/common/sagas/config/node.ts b/common/sagas/config/node.ts index 4c573715..23029509 100644 --- a/common/sagas/config/node.ts +++ b/common/sagas/config/node.ts @@ -145,6 +145,7 @@ export function* handleNodeChangeIntent({ currentBlock = lb; timeout = to; } catch (err) { + console.error(err); // Whether it times out or errors, same message timeout = true; }