aboutsummaryrefslogtreecommitdiff
path: root/content/notes/non-blocking-shell-exec-csharp.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/notes/non-blocking-shell-exec-csharp.md')
-rw-r--r--content/notes/non-blocking-shell-exec-csharp.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/notes/non-blocking-shell-exec-csharp.md b/content/notes/non-blocking-shell-exec-csharp.md
index cf43716..b5891e3 100644
--- a/content/notes/non-blocking-shell-exec-csharp.md
+++ b/content/notes/non-blocking-shell-exec-csharp.md
@@ -41,3 +41,4 @@ private async void button_Click(object sender, EventArgs e)
41 await executeCopyCommand(); 41 await executeCopyCommand();
42} 42}
43``` 43```
44