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 acbbd71 commit 403e320Copy full SHA for 403e320
src/storage/upgrade_project.ts
@@ -34,7 +34,7 @@ export const NO_VERSION = '0.0.0';
34
export const CURRENT_VERSION = '0.0.3';
35
36
export async function upgradeProjectIfNecessary(
37
- storage: commonStorage.Storage, projectName: string): Promise<void> {
+ storage: commonStorage.Storage, projectName: string): Promise<void> {
38
const projectInfo = await storageProject.fetchProjectInfo(storage, projectName);
39
if (semver.lt(projectInfo.version, CURRENT_VERSION)) {
40
switch (projectInfo.version) {
0 commit comments