diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-11-21 12:29:18 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-21 12:29:18 -0500 |
| commit | f80cc1bbd4145a682234d4d1d286c70f562f36bd (patch) | |
| tree | 2ecc0e11aa1f394295f6269069da5ed6b9ed0667 /Emby.Common.Implementations | |
| parent | b2ea3272e70a0f520133ee6a74d958e044d4392e (diff) | |
| parent | 1acebd992229ee9bd6e7677f68174672fae53622 (diff) | |
Merge pull request #2299 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Common.Implementations')
| -rw-r--r-- | Emby.Common.Implementations/EnvironmentInfo/EnvironmentInfo.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Emby.Common.Implementations/EnvironmentInfo/EnvironmentInfo.cs b/Emby.Common.Implementations/EnvironmentInfo/EnvironmentInfo.cs index c040e3931..ebd596dc4 100644 --- a/Emby.Common.Implementations/EnvironmentInfo/EnvironmentInfo.cs +++ b/Emby.Common.Implementations/EnvironmentInfo/EnvironmentInfo.cs @@ -105,5 +105,10 @@ namespace Emby.Common.Implementations.EnvironmentInfo { return null; } + + public string StackTrace + { + get { return Environment.StackTrace; } + } } } |
