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

Unified Diff: sky/sdk/lib/sky_tool

Issue 1223173003: Rename .sdkext to _sdkext and fix sky_tool (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 5 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 | « sky/sdk/lib/_sdkext ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/sky_tool
diff --git a/sky/sdk/lib/sky_tool b/sky/sdk/lib/sky_tool
index a9a3bacb1fb232e25a07e4c3ef39bfc1a3d0bba7..e57159c45bea81848fc8a7c5edaafe44bfa88177 100755
--- a/sky/sdk/lib/sky_tool
+++ b/sky/sdk/lib/sky_tool
@@ -135,7 +135,7 @@ class StartSky(object):
if os.path.isdir(project_or_path):
sky_server_root = project_or_path
main_dart = os.path.join(project_or_path, 'lib', 'main.dart')
- missing_msg = "Missing lib/main.dart in project: %s" % project_dir
+ missing_msg = "Missing lib/main.dart in project: %s" % project_or_path
else:
# FIXME: This assumes the path is at the root of the project!
# Instead we should walk up looking for a pubspec.yaml
« no previous file with comments | « sky/sdk/lib/_sdkext ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698