Skip to content

Commit

Permalink
Copy paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
XmiliaH committed Mar 27, 2020
1 parent 7cc6c7a commit cb2e8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/contextify.js
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ Decontextify.object = (object, traps, deepTraps, flags, mock) => {
try {
success = local.Reflect.preventExtensions(object);
} catch (e) {
throw Contextify.value(e);
throw Decontextify.value(e);
}
if (success) {
try {
Expand Down

0 comments on commit cb2e8a3

Please sign in to comment.