Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkwork committed Jul 14, 2024
1 parent f54af30 commit 38df486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/sdk_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ func TestSdk(t *testing.T) {
assert.True(t, VmxSupportDetection())
assert.True(t, SetCustomDriverPathEx(SysPath))

log := ""
log := "x"
SetTextMessageCallback(StringToBytePointer(log))
go func() {
for {
if log != "" {
if len(log) > 1 {
println(log)
}
}
Expand Down

0 comments on commit 38df486

Please sign in to comment.