Skip to content

Commit

Permalink
feat(main): removed error throwing
Browse files Browse the repository at this point in the history
Nuxt stopps working, also with 403 Errors
  • Loading branch information
Intevel committed Apr 25, 2022
1 parent c0bbeed commit 7919b63
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/runtime/composables/useDirectus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ export const useDirectus = () => {
},
});
} catch (err: any) {
// nuxt.hooks.callHook("directus:error" as any, e);
throw err;
console.error("[Directus Error]: " + err);
}
};
};

0 comments on commit 7919b63

Please sign in to comment.