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 cd26274 commit dcaced0Copy full SHA for dcaced0
packages/cli/src/angular/migrations/standalone/0002-import-standalone-component.ts
@@ -55,7 +55,7 @@ export const migrateComponents = async (
55
cliOptions,
56
);
57
58
- return await saveFileChanges(tsSourceFile, cliOptions);
+ await saveFileChanges(tsSourceFile, cliOptions);
59
}
60
61
} else if (sourceFile.getFilePath().endsWith(".ts")) {
@@ -76,7 +76,7 @@ export const migrateComponents = async (
76
77
78
if (ionicComponents.length > 0 || ionIcons.length > 0) {
79
- return await saveFileChanges(sourceFile, cliOptions);
+ await saveFileChanges(sourceFile, cliOptions);
80
81
82
0 commit comments