Add console error

This commit is contained in:
henrynguyen5 2018-02-07 18:19:22 -05:00
parent d0c0dd541b
commit f113834a77
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ export function* handleNodeChangeIntent({
currentBlock = lb; currentBlock = lb;
timeout = to; timeout = to;
} catch (err) { } catch (err) {
console.error(err);
// Whether it times out or errors, same message // Whether it times out or errors, same message
timeout = true; timeout = true;
} }