From 095d000aca01a747bda9cdee1f53824057be1a94 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 3 Feb 2024 09:26:23 -0800 Subject: feat(reader): better errors --- src/lib/Error/DotDotDot.svelte | 22 ++++++++++++++++++++++ src/lib/Error/Notice.svelte | 2 ++ 2 files changed, 24 insertions(+) create mode 100644 src/lib/Error/DotDotDot.svelte create mode 100644 src/lib/Error/Notice.svelte (limited to 'src/lib/Error') diff --git a/src/lib/Error/DotDotDot.svelte b/src/lib/Error/DotDotDot.svelte new file mode 100644 index 00000000..c9c62356 --- /dev/null +++ b/src/lib/Error/DotDotDot.svelte @@ -0,0 +1,22 @@ + + +{dots} diff --git a/src/lib/Error/Notice.svelte b/src/lib/Error/Notice.svelte new file mode 100644 index 00000000..d4cf96c5 --- /dev/null +++ b/src/lib/Error/Notice.svelte @@ -0,0 +1,2 @@ +Notice: + -- cgit v1.2.3