Note a bug

This commit is contained in:
greg 2019-08-12 14:13:20 -07:00
parent 7ae41e717d
commit a3bb3ee514
1 changed files with 1 additions and 0 deletions

View File

@ -263,6 +263,7 @@ impl ProgrammingLanguageInterface for Schala {
let output = func(input, token.schala, debug_artifact.as_mut());
//TODO I think this is not counting the time since the *previous* stage
token.stage_durations.push((cur_stage_name.to_string(), token.sw.elapsed()));
if let Some(artifact) = debug_artifact {
for value in artifact.artifacts.into_iter() {