code refactoring (#227)

This commit is contained in:
Marco Piovanello
2024-11-19 11:36:36 +01:00
committed by GitHub
parent 2885d6b5d8
commit c46e39e736
3 changed files with 44 additions and 19 deletions

View File

@@ -191,4 +191,11 @@ export class RPCClient {
params: []
})
}
public updateExecutable() {
return this.sendHTTP({
method: 'Service.UpdateExecutable',
params: []
})
}
}