commit | 85a72a00a18d6e66548680b805fea72b0c196fe4 | [log] [tgz] |
---|---|---|
author | Michael Jurka <mikejurka@google.com> | Thu Jun 16 12:54:23 2016 +0200 |
committer | Michael Jurka <mikejurka@google.com> | Thu Jun 16 12:54:23 2016 +0200 |
tree | 0ac1d540c2aab1ba0fb0baba484580eef153f52f | |
parent | d498890dc825363948a5852a2328b8ef937f5af4 [diff] |
Fix bug where debugger.mojo not found in some build configurations BUG= R=ppi@chromium.org Review URL: https://codereview.chromium.org/2070303002 . Bug: https://github.com/domokit/mojo/issues/787 Cr-Mirrored-From: https://github.com/domokit/mojo Cr-Mirrored-Commit: 22a1435992c69b0d6d067c7ce3e91f5d54ad132f
diff --git a/mojo_run b/mojo_run index 72fc047..fe85ea5 100755 --- a/mojo_run +++ b/mojo_run
@@ -33,7 +33,7 @@ _MOJO_DEBUGGER_PORT = 7777 _LAUNCHER = 'mojo:launcher' -_DEBUGGER_URL = 'https://core.mojoapps.io/debugger.mojo' +_DEBUGGER_URL = 'mojo:debugger' def _configure_debugger(shell):