Skip to content

Commit

Permalink
fix(build): missing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
heapwolf committed Apr 30, 2024
1 parent 1631070 commit 94bb8a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 94bb8a5

Please sign in to comment.