We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8173b85 commit 83de018Copy full SHA for 83de018
packages/non-trapping-shim/shim.js
@@ -6,8 +6,8 @@ const { isFrozen } = Object;
6
7
const nonTrappingShimOption = getEnvironmentOption(
8
'SES_NON_TRAPPING_SHIM',
9
- 'disabled',
10
- ['enabled'],
+ 'enabled',
+ ['disabled'],
11
);
12
13
if (nonTrappingShimOption === 'enabled') {
0 commit comments