Skip to content

Commit 78c3582

Browse files
committed
fix(info): remove version.json warning for v1
1 parent 8ae199e commit 78c3582

File tree

1 file changed

+0
-2
lines changed
  • packages/@ionic/cli-utils/src/lib/project/ionic1

1 file changed

+0
-2
lines changed

packages/@ionic/cli-utils/src/lib/project/ionic1/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ export class Ionic1Project extends Project {
8686
const ionicVersionJson = await fsReadJsonFile(ionicVersionFilePath);
8787
return ionicVersionJson['version'];
8888
} catch (e) {
89-
this.e.log.warn(`Error with ${chalk.bold(prettyPath(ionicVersionFilePath))} file: ${e}, trying ${chalk.bold(prettyPath(bowerJsonPath))}.`);
90-
9189
const bwr = await this.loadBowerJson();
9290
const deps = lodash.assign({}, bwr.dependencies, bwr.devDependencies);
9391

0 commit comments

Comments
 (0)