Skip to content

Commit cec5799

Browse files
committed
fix(Account): Add log statement for continuation loading error
Signed-off-by: Marcel Klehr <[email protected]>
1 parent e0bf7cf commit cec5799

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/Account.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ export default class Account {
252252
)
253253
} catch (e) {
254254
continuation = null
255+
if (e.message) Logger.log(e.message)
255256
Logger.log('Failed to load pending continuation. Continuing with normal sync')
256257
}
257258
}

0 commit comments

Comments
 (0)