1
0
mirror of https://github.com/bitwarden/desktop synced 2025-12-05 23:53:29 +00:00

debugging configuration object to see what I've got to work with

This commit is contained in:
Joseph Flinn
2020-12-30 22:06:48 +00:00
parent 11b31fb97d
commit db5c04e7de
2 changed files with 3 additions and 3 deletions

View File

@@ -1,9 +1,8 @@
exports.default = async function(configuration) {
console.log(`config:\n${JSON.stringify(configuration)}`)
require("child_process").execSync(
`echo
"${configuration}"
`,
`echo 'Heyo!'`,
{
stdio: "inherit"
}