UNPKG

fauna-gql-upload

Version:

Manage your FaunaDB resources in within your project and upload them using a single command

6 lines (5 loc) 164 B
import { status } from "./logger"; export default function error(message: string) { status(message, "error"); throw "An error ocurred. See above for details."; }