@eclipse-che/vscode-theia-comparator
Advanced tools
Comparing version 0.0.1-1552987269 to 0.0.1-1552988105
@@ -64,3 +64,6 @@ #!/usr/bin/env node | ||
content = htmlGenerator.generate(); | ||
outputFile = path.resolve(__dirname, 'status.html'); | ||
return [4 /*yield*/, fs.ensureDir(path.resolve(__dirname, '../out'))]; | ||
case 3: | ||
_a.sent(); | ||
outputFile = path.resolve(__dirname, '../out', 'status.html'); | ||
fs.writeFileSync(outputFile, content); | ||
@@ -67,0 +70,0 @@ console.log("\u270D\uFE0F HTML status written at " + outputFile); |
{ | ||
"name": "@eclipse-che/vscode-theia-comparator", | ||
"publisher": "Eclipse Che", | ||
"version": "0.0.1-1552987269", | ||
"version": "0.0.1-1552988105", | ||
"description": "Compare VS Code API and Theia API", | ||
@@ -6,0 +6,0 @@ "license": "EPL-2.0", |
@@ -38,3 +38,4 @@ #!/usr/bin/env node | ||
const content = htmlGenerator.generate(); | ||
const outputFile = path.resolve(__dirname, 'status.html'); | ||
await fs.ensureDir(path.resolve(__dirname, '../out')); | ||
const outputFile = path.resolve(__dirname, '../out', 'status.html'); | ||
fs.writeFileSync(outputFile, content); | ||
@@ -41,0 +42,0 @@ console.log(`✍️ HTML status written at ${outputFile}`); |
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
157531
2304