From 80e7869b2ddd3bcbdfb737e79f8d6309270a2682 Mon Sep 17 00:00:00 2001 From: Jonas Bovin Date: Wed, 23 Nov 2022 08:58:54 +0100 Subject: [PATCH] Added unused --- dist/index.js | 1 + src/se.ts | 1 + 2 files changed, 2 insertions(+) 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 ` +