Skip to content

Commit

Permalink
Add delay to automatic re-assemble
Browse files Browse the repository at this point in the history
  • Loading branch information
dxrcy committed Sep 21, 2024
1 parent b5d48f7 commit 3622687
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ fn main() -> miette::Result<()> {
let mut contents = StaticSource::new(
fs::read_to_string(&name).into_diagnostic().unwrap(),
);
std::thread::sleep(Duration::from_millis(100));
let _ = match assemble(&contents) {
Ok(_) => {
message(Green, "Success", "no errors found!");
Expand Down

0 comments on commit 3622687

Please sign in to comment.