diff options
| author | Vasily <JustAMan@users.noreply.github.com> | 2020-04-29 12:17:01 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-29 12:17:01 +0300 |
| commit | 5922c35d692b50817ccbc2acd4e521aab11dd230 (patch) | |
| tree | 92f0a7a72bd96d4b4e153f11219379b70afed5aa /MediaBrowser.Common/Extensions/ProcessExtensions.cs | |
| parent | 8607b6a9975b2738886ecc4c799f0663b2c1bb24 (diff) | |
| parent | c430a7ed8faa40788c32b89852310981b7c1cf83 (diff) | |
Merge pull request #2920 from Bond-009/tests2
Add some simple tests
Diffstat (limited to 'MediaBrowser.Common/Extensions/ProcessExtensions.cs')
| -rw-r--r-- | MediaBrowser.Common/Extensions/ProcessExtensions.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Common/Extensions/ProcessExtensions.cs b/MediaBrowser.Common/Extensions/ProcessExtensions.cs index c74787122..2f52ba196 100644 --- a/MediaBrowser.Common/Extensions/ProcessExtensions.cs +++ b/MediaBrowser.Common/Extensions/ProcessExtensions.cs @@ -1,3 +1,5 @@ +#nullable enable + using System; using System.Diagnostics; using System.Threading; |
