| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| private async getCachedShouldMigrate(projectDir: string, platform: string): Promise<boolean> { | ||
| let cachedShouldMigrateValue = null; | ||
|
|
||
| const cashedHash = await this.$jsonFileSettingsService.getSettingValue(getHash(`${projectDir}${platform.toLowerCase()}`)); |
There was a problem hiding this comment.
cashedHash -> cachedHash
Sorry, something went wrong.
| let cachedShouldMigrateValue = null; | ||
|
|
||
| const cashedHash = await this.$jsonFileSettingsService.getSettingValue(getHash(`${projectDir}${platform.toLowerCase()}`)); | ||
| const packageJsonShasum = await this.getPachageJsonHash(projectDir); |
There was a problem hiding this comment.
packageJsonShasum -> packageJsonHash
Sorry, something went wrong.
|
test cli-smoke |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Checklist
What is the current behavior?
What is the new behavior?
Fixes/Implements/Closes #[Issue Number].
Rel to #5096