Skip to content

Commit

Permalink
Fix refresh after update
Browse files Browse the repository at this point in the history
  • Loading branch information
thegecko committed Feb 1, 2023
1 parent 5edb38d commit 9b7dfe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export class Commands {
try {
const result = await node.performUpdate();
if (result) {
this.peripheralsForceRefresh(node);
this.peripheralsForceRefresh();
}
} catch (error) {
vscode.window.showErrorMessage(`Unable to update value: ${(error as Error).message}`);
Expand Down

0 comments on commit 9b7dfe6

Please sign in to comment.