Skip to content

Commit

Permalink
Add ERROR_S65 to error_list.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmtcn123 committed Jan 16, 2024
1 parent dfb5473 commit 066a1ff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ellie_engine/core/src/error/error_list.rs
Expand Up @@ -401,4 +401,11 @@ lazy_static! {
semi_assist: true,
..Default::default()
};
pub static ref ERROR_S65: error::Error = error::Error {
code: 0x64,
title: "ReferenceError".to_owned(),
message: "Unsafe variable definition".to_owned(),
full_assist: true,
..Default::default()
};
}

0 comments on commit 066a1ff

Please sign in to comment.