Skip to content

Commit

Permalink
fix: let errorTaming default to safe (#2304)
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Mar 15, 2021
1 parent c19a941 commit 57c1f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/install-ses/install-ses.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import 'ses';
// Install our HandledPromise global.
import '@agoric/eventual-send/shim';

lockdown({ errorTaming: 'unsafe' });
lockdown();
// We are now in the "Start Compartment". Our global has all the same
// powerful things it had before, but the primordials have changed to make
// them safe to use in the arguments of API calls we make into more limited
Expand Down

0 comments on commit 57c1f4c

Please sign in to comment.