@eclipse-che/che-code-devworkspace-handler
Advanced tools
Comparing version 1.63.0-dev-2530116 to 1.63.0-dev-2c23dcf
@@ -112,3 +112,2 @@ "use strict"; | ||
}).filter(function (defined) { return defined; }).flat(); | ||
console.log('volumesInsideTemplates', volumesInsideTemplates); | ||
volumeComponentsToAdd = toInsertVolumeMounts | ||
@@ -119,3 +118,2 @@ .filter(function (volumeMount) { return !existingComponents.find(function (component) { return component.volume && component.name == volumeMount.name; }); }) | ||
function (volumeMount) { return !(volumesInsideTemplates || []).includes(volumeMount.name); }); | ||
console.log('volumeComponentsToAdd', volumeComponentsToAdd); | ||
volumeComponentsToAdd.forEach(function (volume) { | ||
@@ -122,0 +120,0 @@ // volume |
{ | ||
"name": "@eclipse-che/che-code-devworkspace-handler", | ||
"version": "1.63.0-dev-2530116", | ||
"version": "1.63.0-dev-2c23dcf", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "Handle management of devWorkspace templates for che-code", |
@@ -111,3 +111,2 @@ /********************************************************************** | ||
.flat(); | ||
console.log('volumesInsideTemplates', volumesInsideTemplates); | ||
// keep only volumes that match the given component | ||
@@ -123,3 +122,2 @@ const volumeComponentsToAdd = toInsertVolumeMounts | ||
console.log('volumeComponentsToAdd', volumeComponentsToAdd); | ||
volumeComponentsToAdd.forEach(volume => { | ||
@@ -126,0 +124,0 @@ // volume |
Sorry, the diff of this file is not supported yet
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
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
163910
2523