@eclipse-che/theia-factory-plugin
Advanced tools
Comparing version 0.0.1-1541791092 to 0.0.1-1542962448
@@ -6,3 +6,3 @@ { | ||
], | ||
"version": "0.0.1-1541791092", | ||
"version": "0.0.1-1542962448", | ||
"license": "EPL-2.0", | ||
@@ -9,0 +9,0 @@ "files": [ |
@@ -66,9 +66,9 @@ /********************************************************************* | ||
private async executeCloneCommands(cloneCommandList: TheiaCloneCommand[]) { | ||
theia.window.showInformationMessage("Che Workspace: Starting clonning projects."); | ||
theia.window.showInformationMessage("Che Workspace: Starting cloning projects."); | ||
await Promise.all( | ||
cloneCommandList.map(cloneCommand => cloneCommand.execute()) | ||
); | ||
theia.window.showInformationMessage("Che Workspace: Finished clonning projects."); | ||
theia.window.showInformationMessage("Che Workspace: Finished cloning projects."); | ||
} | ||
} |
@@ -94,3 +94,3 @@ /********************************************************************* | ||
); | ||
theia.window.showInformationMessage("Che Factory: Finished clonning projects."); | ||
theia.window.showInformationMessage("Che Factory: Finished cloning projects."); | ||
} | ||
@@ -97,0 +97,0 @@ |
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
42973