botbuilder-stdlib
Advanced tools
Comparing version 4.12.0-dev-20210125.e5a4fc60f438 to 4.12.0-dev-20210127.93ca58f70884
@@ -459,3 +459,3 @@ "use strict"; | ||
} | ||
catch (err) { | ||
catch (_err) { | ||
return false; | ||
@@ -462,0 +462,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"description": "BotBuilder shared libraries, internal only", | ||
"version": "4.12.0-dev-20210125.e5a4fc60f438", | ||
"version": "4.12.0-dev-20210127.93ca58f70884", | ||
"internal": true, | ||
@@ -8,0 +8,0 @@ "license": "MIT", |
@@ -523,3 +523,3 @@ // Copyright (c) Microsoft Corporation. | ||
return true; | ||
} catch (err) { | ||
} catch (_err) { | ||
return false; | ||
@@ -526,0 +526,0 @@ } |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
97674