Skip to content

Commit bd79cff

Browse files
committed
NO NOT MERGE: flip non-trapping default to test under CI
1 parent a11fc2e commit bd79cff

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
@@ -4,8 +4,8 @@ import { ReflectPlus, ObjectPlus, ProxyPlus } from './src/non-trapping-pony.js';
44

55
const nonTrappingShimOption = getEnvironmentOption(
66
'SES_NON_TRAPPING_SHIM',
7-
'disabled',
8-
['enabled'],
7+
'enabled',
8+
['disabled'],
99
);
1010

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

0 commit comments

Comments
 (0)