fix bad return

This commit is contained in:
Joao Moreno
2017-11-01 12:03:02 +01:00
parent cadcedc995
commit 9e9f809fc0

View File

@@ -174,7 +174,8 @@ class MainThreadSCMProvider implements ISCMProvider {
const group = this._groupsByHandle[groupHandle];
if (!group) {
return;
console.warn(`SCM group ${groupHandle} not found in provider ${this.label}`);
continue;
}
// reverse the splices sequence in order to apply them correctly