Compare commits
1 Commits
02906f836d
...
39aab608a6
| Author | SHA1 | Date | |
|---|---|---|---|
| 39aab608a6 |
@@ -171,7 +171,7 @@ namespace Convention.RScript
|
||||
parser = new(new());
|
||||
//parser.Deserialize(data.CompileParser);
|
||||
context = CreateContext(data, import, variables);
|
||||
return context.RunAsync(parser);
|
||||
yield return context.RunAsync(parser);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user