We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb1c9a5 commit 44319eeCopy full SHA for 44319ee
src/storage/project.ts
@@ -561,6 +561,7 @@ async function fetchProjectInfo(
561
return projectInfo;
562
}
563
564
+// TODO(lizlooney): Move updateProjectIfNecessary to it's own file.
565
async function updateProjectIfNecessary(
566
storage: commonStorage.Storage, projectName: string): Promise<void> {
567
const projectInfo = await fetchProjectInfo(storage, projectName);
0 commit comments