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 88f71a2 commit fe4a611Copy full SHA for fe4a611
src/storage/common_storage.ts
@@ -245,6 +245,7 @@ export async function renameModuleInProject(
245
mechanism.moduleName = newModuleName;
246
mechanism.className = proposedClassName;
247
}
248
+ return newModulePath;
249
} else if (module.moduleType === MODULE_TYPE_OPMODE) {
250
const opMode = project.opModes.find(o => o.modulePath === module.modulePath);
251
if (opMode) {
0 commit comments