Skip to content

Commit

Permalink
Fix issue with files not being saved after remote update. This fixes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBomholtz committed May 9, 2023
1 parent bb3a990 commit 8cdaa4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wapp.serve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default class ServeWapp extends UpdateWapp {

if (localFile) {
await localFile.update();
this.application.save();
await this.installation.restart();

tui.showMessage(`${filePath} was updated`);
Expand Down

0 comments on commit 8cdaa4e

Please sign in to comment.