Added unused

This commit is contained in:
Jonas Bovin 2022-11-23 08:58:54 +01:00
parent 36c4d018ea
commit 80e7869b2d
2 changed files with 2 additions and 0 deletions

1
dist/index.js vendored
View file

@ -13614,6 +13614,7 @@ class se_Helper {
shell: '/bin/bash' shell: '/bin/bash'
}); });
console.log(xmllint.toString()); console.log(xmllint.toString());
const x = '22';
const command = `#!/bin/bash const command = `#!/bin/bash
cd ` + cd ` +
root + root +

View file

@ -22,6 +22,7 @@ export class Helper {
shell: '/bin/bash' shell: '/bin/bash'
}) })
console.log(xmllint.toString()) console.log(xmllint.toString())
const x = '22'
const command = const command =
`#!/bin/bash `#!/bin/bash
cd ` + cd ` +