Skip to content

Commit

Permalink
typos and comments cleaning for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Benibur authored and Crash-- committed Oct 8, 2020
1 parent 5cd2a90 commit f7c5a88
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/background/runtime.background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@ export default class RuntimeBackground {
'sender': sender
});
*/
console.log('runtime.background PROCESS MESSAGE ', {
'msg.command:': msg.command,
'msg.subcommand': msg.subcommand,
'msg.sender': msg.sender,
'msg': msg,
'sender': sender
});

switch (msg.command) {
case 'loggedIn':
Expand Down

0 comments on commit f7c5a88

Please sign in to comment.