fixed the $0 parameter not being populated correctly
This commit is contained in:
@@ -263,7 +263,7 @@ impl DerefMut for IoFrame {
|
||||
/// redirection
|
||||
#[derive(Debug, Default)]
|
||||
pub struct IoStack {
|
||||
stack: Vec<IoFrame>,
|
||||
pub stack: Vec<IoFrame>,
|
||||
}
|
||||
|
||||
impl IoStack {
|
||||
|
||||
Reference in New Issue
Block a user