Add ability for debugger to throw errors.
This commit is contained in:
@@ -272,7 +272,7 @@ impl Engine {
|
||||
crate::ast::ASTNode,
|
||||
Option<&str>,
|
||||
Position,
|
||||
) -> crate::eval::DebuggerCommand
|
||||
) -> RhaiResultOf<crate::eval::DebuggerCommand>
|
||||
+ SendSync
|
||||
+ 'static,
|
||||
) -> &mut Self {
|
||||
|
Reference in New Issue
Block a user