Skip to content

Commit

Permalink
chore(demo): log error
Browse files Browse the repository at this point in the history
  • Loading branch information
triniwiz committed Feb 4, 2022
1 parent 69fcf4c commit 1953eb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/demo/src/plugin-demos/firebase-messaging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export class DemoModel extends DemoSharedFirebaseMessaging {
let token = await messaging.getToken();
console.log('token', token);
} catch (err) {
console.log('issue_16: error', err);
}
}

Expand Down

0 comments on commit 1953eb8

Please sign in to comment.