Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kutluhanmetin committed Nov 6, 2023
1 parent 394bc9f commit dd7c1dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base/commands/migration/migration_stages.go
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,9 @@ func maybePrintWarnings(ctx context.Context, ec plug.ExecContext, ci *hazelcast.
ec.Logger().Error(err)
return
}
if rr == nil {
return
}
var warnings []string
err = json.Unmarshal(rr.(serialization.JSON), &warnings)
if err != nil {
Expand Down

0 comments on commit dd7c1dc

Please sign in to comment.