diff --git a/index.js b/index.js index 4aaffa7..5c31ded 100644 --- a/index.js +++ b/index.js @@ -158,7 +158,6 @@ function bootstrapWebsocketHandler(route) { } catch (e) { const error = e.stack ? `${e}\n\n${e.stack}` : `${e}`; model.createLog(db, route.structure_id, route.id, error, true); - throw e; } } model.updateRoute(db, { ...route, error: null });