We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a11fc2e commit bd79cffCopy full SHA for bd79cff
packages/non-trapping-shim/shim.js
@@ -4,8 +4,8 @@ import { ReflectPlus, ObjectPlus, ProxyPlus } from './src/non-trapping-pony.js';
4
5
const nonTrappingShimOption = getEnvironmentOption(
6
'SES_NON_TRAPPING_SHIM',
7
- 'disabled',
8
- ['enabled'],
+ 'enabled',
+ ['disabled'],
9
);
10
11
if (nonTrappingShimOption === 'enabled') {
0 commit comments