@sap/swa-for-sapbas-vsx
Advanced tools
Comparing version 1.1.8 to 1.1.9
{ | ||
"name": "@sap/swa-for-sapbas-vsx", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"author": "SAP SE", | ||
@@ -5,0 +5,0 @@ "description": "Javascript module for SWA tracking to be consumed by VsCode extensions", |
@@ -157,3 +157,3 @@ 'use strict'; | ||
enabled = require('vscode').workspace.getConfiguration().get(this.vsxPackageName + "." + ANALYTICS_ENABLED_SETTING_NAME); | ||
} catch { | ||
} catch(e) { | ||
// Ignore and continue with flow. | ||
@@ -160,0 +160,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
46546