Skip to content
Snippets Groups Projects
  • Mike Pennisi's avatar
    c27938a1
    Fix bug in `isWritable` utility function · c27938a1
    Mike Pennisi authored
    Only attempt to re-set the property value in cases where it was
    successfully modified as part of the function's execution. This avoids
    errors when the underlying value is not writable. Rename the internal
    result-tracking variable to make this more clear.
    c27938a1
    History
    Fix bug in `isWritable` utility function
    Mike Pennisi authored
    Only attempt to re-set the property value in cases where it was
    successfully modified as part of the function's execution. This avoids
    errors when the underlying value is not writable. Rename the internal
    result-tracking variable to make this more clear.