fix GetDetailedOS
This commit is contained in:
parent
599e650d57
commit
bb1c15205c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue