diff --git a/dist/index.js b/dist/index.js index c5e4d7f..20a4bcc 100644 --- a/dist/index.js +++ b/dist/index.js @@ -13614,6 +13614,7 @@ class se_Helper { shell: '/bin/bash' }); console.log(xmllint.toString()); + const x = '22'; const command = `#!/bin/bash cd ` + root + diff --git a/src/se.ts b/src/se.ts index 96a2ef3..41f1a2a 100644 --- a/src/se.ts +++ b/src/se.ts @@ -22,6 +22,7 @@ export class Helper { shell: '/bin/bash' }) console.log(xmllint.toString()) + const x = '22' const command = `#!/bin/bash cd ` +