throw exception when attempting to post query as goal (#329)
This commit is contained in:
@@ -1290,7 +1290,7 @@ impl<'a> TopLevelBatchWorker<'a> {
|
||||
TopLevel::Declaration(decl) =>
|
||||
return Ok(Some(decl)),
|
||||
TopLevel::Query(_) =>
|
||||
return Err(SessionError::NamelessEntry),
|
||||
return Err(SessionError::QueryCannotBePostedAsGoal),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user