Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(589)

Unified Diff: runtime/bin/vmservice/observatory/deploy.sh

Issue 429293002: Add request tracing to Observatory: (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: gen js Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/bin/vmservice/observatory/deployed/web/index.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/vmservice/observatory/deploy.sh
diff --git a/runtime/bin/vmservice/observatory/deploy.sh b/runtime/bin/vmservice/observatory/deploy.sh
index 930f86e21f6678f08f5225d6ff9bfe761e6a0d28..22e4cc720c5363739f8aed5e15486caf1a019546 100755
--- a/runtime/bin/vmservice/observatory/deploy.sh
+++ b/runtime/bin/vmservice/observatory/deploy.sh
@@ -9,7 +9,7 @@ if [ ! -d "build" ]; then
fi
if [ ! -d "deployed" ]; then
- echo "Run this script from the client directory"
+ echo "Run this script from the observatory directory"
exit
fi
« no previous file with comments | « no previous file | runtime/bin/vmservice/observatory/deployed/web/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698