mirror of
https://github.com/bitwarden/browser
synced 2026-02-21 20:04:02 +00:00
Added logging of context
This commit is contained in:
@@ -10,7 +10,7 @@ const { identity } = require("rxjs");
|
||||
exports.default = run;
|
||||
|
||||
async function run(context) {
|
||||
console.log("## After sign");
|
||||
console.log("## After sign", context);
|
||||
// console.log(context);
|
||||
|
||||
const appName = context.packager.appInfo.productFilename;
|
||||
|
||||
Reference in New Issue
Block a user