Skip to content
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

Updates from Wed 6 May #1184

Merged
merged 13 commits into from
May 7, 2015
Prev Previous commit
Next Next commit
Fixed name of Chome window, Connects to #297
Summary:
Hi!

I have the same problem as described here #297
It could occurs after restarting `packager.sh` or `debuger-ui` page.

I found simple solution that works for me, but I am not 100% sure it will works for any user with this problem.

How could this be tested automatically?
Closes #1101
Github Author: Evgen Filatov <evgen.filatov@gmail.com>

Test Plan: Imported from GitHub, without a `Test Plan:` line.
  • Loading branch information
wtfil committed May 5, 2015
commit 57348a4028c33c227f31de6c5cf0f93369bd4a86
2 changes: 1 addition & 1 deletion packager/launchChromeDevTools.applescript
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
on run argv
set theURL to item 1 of argv

tell application "Google Chrome"
tell application "Chrome"
activate

if (count every window) = 0 then
Expand Down