Skip to content

Open correct debugger url when framework version is lower than 1.2.0 #701

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 29, 2015

Conversation

Fatme
Copy link
Contributor

@Fatme Fatme commented Jul 27, 2015

Fixes
#652 and #671

@@ -238,7 +239,7 @@ class IOSDebugService implements IDebugService {
tnsIosPackage = path.resolve(this.$options.frameworkPath);
} else {
var platformData = this.$platformsData.getPlatformData(this.platform);
tnsIosPackage = this.$npmInstallationManager.install(platformData.frameworkPackageName).wait();
tnsIosPackage = this.$npmInstallationManager.getCachedPackagePath(platformData.frameworkPackageName, frameworkVersion);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if the cache had been cleaned, will this add the dependency with its correct version to the cache?

@ns-bot
Copy link

ns-bot commented Jul 27, 2015

@ligaz ligaz added this to the 1.2.2 milestone Jul 27, 2015
@Fatme Fatme force-pushed the fatme/open-correct-debugger-url branch from 592860b to c797510 Compare July 29, 2015 10:29
@ns-bot
Copy link

ns-bot commented Jul 29, 2015

@rosen-vladimirov
Copy link
Contributor

👍

Fatme pushed a commit that referenced this pull request Jul 29, 2015
…-url

Open correct debugger url when framework version is lower than 1.2.0
@Fatme Fatme merged commit 92378b7 into release Jul 29, 2015
@Fatme Fatme deleted the fatme/open-correct-debugger-url branch July 29, 2015 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants