@intuned/runtime-dev 0.1.0-test.29 → 0.1.0-test.30

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.
@@ -40,7 +40,9 @@ export async function runEndpointAsync<_Parameters extends any[], _Result>(
40
40
  } catch (e: any) {
41
41
  console.error(`Error running ${requestId} in async mode:`, e);
42
42
  ({ status, body } = getErrorResponse(e));
43
+ }
43
44
 
45
+ try {
44
46
  // report result
45
47
  console.log("Reporting result for", requestId);
46
48
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intuned/runtime-dev",
3
- "version": "0.1.0-test.29",
3
+ "version": "0.1.0-test.30",
4
4
  "description": "Intuned runtime",
5
5
  "exports": {
6
6
  ".": "./dist/index.js",