Skip to content

Commit 83de018

Browse files
committed
NO NOT MERGE: flip non-trapping default to test under CI
1 parent 8173b85 commit 83de018

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/non-trapping-shim/shim.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ const { isFrozen } = Object;
66

77
const nonTrappingShimOption = getEnvironmentOption(
88
'SES_NON_TRAPPING_SHIM',
9-
'disabled',
10-
['enabled'],
9+
'enabled',
10+
['disabled'],
1111
);
1212

1313
if (nonTrappingShimOption === 'enabled') {

0 commit comments

Comments
 (0)