vscode-nls
Advanced tools
Comparing version 3.2.1 to 3.2.2
@@ -198,3 +198,3 @@ /* -------------------------------------------------------------------------------------------- | ||
mkdir(parent); | ||
fs.mkdir(directory); | ||
fs.mkdirSync(directory); | ||
} | ||
@@ -201,0 +201,0 @@ } |
{ | ||
"name": "vscode-nls", | ||
"version": "3.2.1", | ||
"version": "3.2.2", | ||
"description": "NPM module to externalize and localize VSCode extensions", | ||
@@ -5,0 +5,0 @@ "author": "Microsoft Corporation", |
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
21934