This commit is contained in:
Benjamin Pasero
2019-08-05 14:35:39 +02:00
parent edf34d3931
commit 222401c661
2 changed files with 7 additions and 6 deletions

View File

@@ -1127,4 +1127,4 @@ export async function pathsToEditors(paths: IPathData[] | undefined, fileService
}));
return coalesce(editors);
}
}