Skip to content

Commit

Permalink
dont leave fingerprints with eval
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaSd committed Sep 22, 2020
1 parent fbc6c2c commit 5e54281
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/irust/repl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ impl Repl {
Ok(())
})?;

// Don't keep eval fingerprints
self.write()?;

Ok(eval_result)
}

Expand Down

0 comments on commit 5e54281

Please sign in to comment.