@@ -4217,7 +4217,7 @@ Generated by [AVA](https://avajs.dev).
42174217 var isInstance = false;␊
42184218 try {␊
42194219 isInstance = this instanceof a;␊
4220- } catch {}␊
4220+ } catch (e) {}␊
42214221 if (isInstance) {␊
42224222 return Reflect.construct(f, arguments, this.constructor);␊
42234223 }␊
@@ -4319,7 +4319,7 @@ Generated by [AVA](https://avajs.dev).
43194319 var isInstance = false;␊
43204320 try {␊
43214321 isInstance = this instanceof a;␊
4322- } catch {}␊
4322+ } catch (e) {}␊
43234323 if (isInstance) {␊
43244324 return Reflect.construct(f, arguments, this.constructor);␊
43254325 }␊
@@ -4415,7 +4415,7 @@ Generated by [AVA](https://avajs.dev).
44154415 var isInstance = false;␊
44164416 try {␊
44174417 isInstance = this instanceof a;␊
4418- } catch {}␊
4418+ } catch (e) {}␊
44194419 if (isInstance) {␊
44204420 return Reflect.construct(f, arguments, this.constructor);␊
44214421 }␊
@@ -4555,7 +4555,7 @@ Generated by [AVA](https://avajs.dev).
45554555 var isInstance = false;␊
45564556 try {␊
45574557 isInstance = this instanceof a;␊
4558- } catch {}␊
4558+ } catch (e) {}␊
45594559 if (isInstance) {␊
45604560 return Reflect.construct(f, arguments, this.constructor);␊
45614561 }␊
@@ -4663,7 +4663,7 @@ Generated by [AVA](https://avajs.dev).
46634663 var isInstance = false;␊
46644664 try {␊
46654665 isInstance = this instanceof a;␊
4666- } catch {}␊
4666+ } catch (e) {}␊
46674667 if (isInstance) {␊
46684668 return Reflect.construct(f, arguments, this.constructor);␊
46694669 }␊
@@ -4736,7 +4736,7 @@ Generated by [AVA](https://avajs.dev).
47364736 var isInstance = false;␊
47374737 try {␊
47384738 isInstance = this instanceof a;␊
4739- } catch {}␊
4739+ } catch (e) {}␊
47404740 if (isInstance) {␊
47414741 return Reflect.construct(f, arguments, this.constructor);␊
47424742 }␊
@@ -5009,7 +5009,7 @@ Generated by [AVA](https://avajs.dev).
50095009 var isInstance = false;␊
50105010 try {␊
50115011 isInstance = this instanceof a;␊
5012- } catch {}␊
5012+ } catch (e) {}␊
50135013 if (isInstance) {␊
50145014 return Reflect.construct(f, arguments, this.constructor);␊
50155015 }␊
@@ -5302,7 +5302,7 @@ Generated by [AVA](https://avajs.dev).
53025302 var isInstance = false;␊
53035303 try {␊
53045304 isInstance = this instanceof a;␊
5305- } catch {}␊
5305+ } catch (e) {}␊
53065306 if (isInstance) {␊
53075307 return Reflect.construct(f, arguments, this.constructor);␊
53085308 }␊
@@ -5429,7 +5429,7 @@ Generated by [AVA](https://avajs.dev).
54295429 var isInstance = false;␊
54305430 try {␊
54315431 isInstance = this instanceof a;␊
5432- } catch {}␊
5432+ } catch (e) {}␊
54335433 if (isInstance) {␊
54345434 return Reflect.construct(f, arguments, this.constructor);␊
54355435 }␊
@@ -5663,7 +5663,7 @@ Generated by [AVA](https://avajs.dev).
56635663 var isInstance = false;␊
56645664 try {␊
56655665 isInstance = this instanceof a;␊
5666- } catch {}␊
5666+ } catch (e) {}␊
56675667 if (isInstance) {␊
56685668 return Reflect.construct(f, arguments, this.constructor);␊
56695669 }␊
@@ -6017,7 +6017,7 @@ Generated by [AVA](https://avajs.dev).
60176017 var isInstance = false;␊
60186018 try {␊
60196019 isInstance = this instanceof a;␊
6020- } catch {}␊
6020+ } catch (e) {}␊
60216021 if (isInstance) {␊
60226022 return Reflect.construct(f, arguments, this.constructor);␊
60236023 }␊
@@ -6136,7 +6136,7 @@ Generated by [AVA](https://avajs.dev).
61366136 var isInstance = false;␊
61376137 try {␊
61386138 isInstance = this instanceof a;␊
6139- } catch {}␊
6139+ } catch (e) {}␊
61406140 if (isInstance) {␊
61416141 return Reflect.construct(f, arguments, this.constructor);␊
61426142 }␊
@@ -7655,7 +7655,7 @@ Generated by [AVA](https://avajs.dev).
76557655 var isInstance = false;␊
76567656 try {␊
76577657 isInstance = this instanceof a;␊
7658- } catch {}␊
7658+ } catch (e) {}␊
76597659 if (isInstance) {␊
76607660 return Reflect.construct(f, arguments, this.constructor);␊
76617661 }␊
@@ -8405,7 +8405,7 @@ Generated by [AVA](https://avajs.dev).
84058405 var isInstance = false;␊
84068406 try {␊
84078407 isInstance = this instanceof a;␊
8408- } catch {}␊
8408+ } catch (e) {}␊
84098409 if (isInstance) {␊
84108410 return Reflect.construct(f, arguments, this.constructor);␊
84118411 }␊
@@ -8472,7 +8472,7 @@ Generated by [AVA](https://avajs.dev).
84728472 var isInstance = false;␊
84738473 try {␊
84748474 isInstance = this instanceof a;␊
8475- } catch {}␊
8475+ } catch (e) {}␊
84768476 if (isInstance) {␊
84778477 return Reflect.construct(f, arguments, this.constructor);␊
84788478 }␊
@@ -9870,7 +9870,7 @@ Generated by [AVA](https://avajs.dev).
98709870 var isInstance = false;␊
98719871 try {␊
98729872 isInstance = this instanceof a;␊
9873- } catch {}␊
9873+ } catch (e) {}␊
98749874 if (isInstance) {␊
98759875 return Reflect.construct(f, arguments, this.constructor);␊
98769876 }␊
@@ -9932,7 +9932,7 @@ Generated by [AVA](https://avajs.dev).
99329932 var isInstance = false;␊
99339933 try {␊
99349934 isInstance = this instanceof a;␊
9935- } catch {}␊
9935+ } catch (e) {}␊
99369936 if (isInstance) {␊
99379937 return Reflect.construct(f, arguments, this.constructor);␊
99389938 }␊
0 commit comments