Skip to content

Commit fe4a611

Browse files
committed
Fixed bug in renaming mechanisms
1 parent 88f71a2 commit fe4a611

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/storage/common_storage.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ export async function renameModuleInProject(
245245
mechanism.moduleName = newModuleName;
246246
mechanism.className = proposedClassName;
247247
}
248+
return newModulePath;
248249
} else if (module.moduleType === MODULE_TYPE_OPMODE) {
249250
const opMode = project.opModes.find(o => o.modulePath === module.modulePath);
250251
if (opMode) {

0 commit comments

Comments
 (0)