From 94bb8a571de14fd3e0814aed788502c7b0e3ca56 Mon Sep 17 00:00:00 2001 From: heapwolf Date: Tue, 30 Apr 2024 14:00:22 +0200 Subject: [PATCH] fix(build): missing variable --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index 8b9687d..556b6cf 100644 --- a/src/index.js +++ b/src/index.js @@ -550,6 +550,7 @@ class AppView extends Tonic { // Apparently tar has been available on windows since v10. Tar it, // base64 encode it, and add it to the manifest as a payload. // + const term = document.querySelector('app-terminal') const tar = spawn('tar', ['-cvf', '-', this.state.currentProject.id]) const buffer = Buffer.alloc(0)