We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5085b78 commit 2af7be5Copy full SHA for 2af7be5
lib/commands/migrate.ts
@@ -16,7 +16,7 @@ export class MigrateCommand implements ICommand {
16
});
17
18
if (!shouldMigrateResult) {
19
- this.$logger.printMarkdown('__Project is compatible with NativeScript "v6.0.0". To get the latest NativesScript packages execute "tns update".__');
+ this.$logger.printMarkdown('__Project is compatible with NativeScript "v6.0.0". To get the latest NativeScript packages execute "tns update".__');
20
return;
21
}
22
0 commit comments