Skip to content

Commit

Permalink
Merge branch 'v7' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
khaf committed Nov 29, 2024
2 parents 085b911 + 9ff03e8 commit de3bfbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions key_helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,5 +150,6 @@ func (vb *keyWriter) writeKey(val Value) Error {
return nil
}

// TODO: Replace the error message with fmt.Sprintf("Key Generation Error. Value type not supported: %T", val)
return newError(types.PARAMETER_ERROR, "Key Generation Error. Value not supported: "+val.String())
}

0 comments on commit de3bfbf

Please sign in to comment.