Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nb857 committed Jan 26, 2022
1 parent 1a687e5 commit 1a3ad3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion other.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ func (com *DmSoft) ReleaseRef() bool {
}

func (com *DmSoft) SetExitThread() bool {
ret, _ := com.dm.CallMethod("SetExitThread")
ret, _ := com.dm.CallMethod("SetExitThread", 1)
return utils.IsOK(ret.Val)
}

0 comments on commit 1a3ad3e

Please sign in to comment.