From f7c5a88ee1d3b607552815b29a45edee57a34760 Mon Sep 17 00:00:00 2001 From: Ben Date: Sat, 3 Oct 2020 15:00:43 +0000 Subject: [PATCH] typos and comments cleaning for PR --- src/background/runtime.background.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/background/runtime.background.ts b/src/background/runtime.background.ts index dcce360f069..491fbc98e5d 100755 --- a/src/background/runtime.background.ts +++ b/src/background/runtime.background.ts @@ -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':