Skip to content

Commit 2fd9692

Browse files
committed
More informative debug logging.
1 parent 821d5ee commit 2fd9692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bg/LifeCycle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ var LifeCycle = (() => {
265265
} catch (e) {
266266
await include("/nscl/common/restricted.js");
267267
if (!isRestrictedURL(tab.url)) {
268-
error(e, "Can't run content script on tab", tab);
268+
error(e, `Can't run content script on tab ${tab.id} ${tab.url} ${tab.favIconUrl}`);
269269
}
270270
}
271271
}));

0 commit comments

Comments
 (0)