repro-nest 0.0.201 → 0.0.202

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repro-nest",
3
- "version": "0.0.201",
3
+ "version": "0.0.202",
4
4
  "description": "Repro Nest SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/tracer/runtime.js CHANGED
@@ -645,11 +645,6 @@ if (!global.__repro_call) {
645
645
  }
646
646
  } catch {}
647
647
 
648
- if (isQuery) {
649
- runExit(exitDetailBase);
650
- return out;
651
- }
652
-
653
648
  let settled = false;
654
649
  const finalize = (value, threw, error) => {
655
650
  if (settled) return value;