Skip to content

Commit 91c54b3

Browse files
committed
Always clear error message if not throwing
1 parent 8fd0fa6 commit 91c54b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/browse/schemes/SchemesLayer.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
$atfShow = true;
8686
$lcwipShow = true;
8787
$finalInspectionsShow = true;
88-
errorMessage = "";
8988
}
89+
errorMessage = "";
9090
} catch (err) {
9191
errorMessage = `The file you loaded is broken: ${err}`;
9292
}

0 commit comments

Comments
 (0)