mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-04 05:18:19 +00:00
Add more debug markers
This commit is contained in:
parent
aa338c5b1b
commit
069af07d32
2 changed files with 8 additions and 1 deletions
|
@ -60,7 +60,7 @@ async fn main() -> Result<(), Box<dyn Error>> {
|
|||
//println!("executing");
|
||||
let result = (&executor).execute(editor_api.clone()).await?;
|
||||
//println!("result: {:?}", result);
|
||||
std::thread::sleep(std::time::Duration::from_secs(1));
|
||||
std::thread::sleep(std::time::Duration::from_millis(16));
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue