This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix call to Tabs.create when printing backup recovery keys
Fix #6150 Auditors: @bsclifton It was crashing because it was treating this api as a promise but really it uses callbacks. Note that the print operation won't actually work until #6159 is addressed.
- Loading branch information
492bc95
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could keep the console.error() in there and add an onError callback? but otherwise ++ 😄