fix: #2 statement.stype isn't cleared on reruns
This commit is contained in:
@@ -44,6 +44,8 @@ func Run() {
|
||||
fmt.Println("Executed.")
|
||||
case ExecuteTableFull:
|
||||
fmt.Println("Error: Table is full")
|
||||
case ExecuteFail:
|
||||
//todo
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user