fix GetDetailedOS

This commit is contained in:
Nuwan 2023-03-18 20:09:09 +05:30
parent 599e650d57
commit bb1c15205c
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@
// check if updated is needed
async function check() {
var os = await context.JK.getDetailedOS();
var os = await context.jamClient.GetDetailedOS();
//os = 'Win32'
// check kill switch before all other logic