refactor(error_display): generic display method for error types
this is to better support ariadne in the future
This commit is contained in:
parent
e841a1779e
commit
6910407ad2
4 changed files with 43 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
pub mod branding;
|
||||
pub mod cli;
|
||||
pub mod command;
|
||||
pub mod error_display;
|
||||
pub mod meta_commands;
|
||||
pub mod statements;
|
||||
pub mod tokens;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue