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 66f755a commit f1741b3Copy full SHA for f1741b3
src/storage/upgrade_project.ts
@@ -101,9 +101,9 @@ async function upgradeFrom_001_to_002(
101
}
102
103
async function upgradeFrom_002_to_003(
104
- storage: commonStorage.Storage,
105
- projectName: string,
106
- projectInfo: storageProject.ProjectInfo): Promise<void> {
+ storage: commonStorage.Storage,
+ projectName: string,
+ projectInfo: storageProject.ProjectInfo): Promise<void> {
107
// Opmodes had robot as a parameter to init method
108
const projectFileNames: string[] = await storage.list(
109
storageNames.makeProjectDirectoryPath(projectName));
0 commit comments