1
0
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:
Anders Åberg
2025-02-17 22:26:47 +01:00
parent 8391d2eff2
commit 307926a514

View File

@@ -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;