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

Unified Diff: utils/pub/io.dart

Issue 11087039: Print out the working directory when git fails. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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 | « utils/pub/git.dart ('k') | utils/pub/pub.dart » ('j') | utils/pub/pub.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/io.dart
diff --git a/utils/pub/io.dart b/utils/pub/io.dart
index bef2b2ae37e5f7d648c3203e3ad66e9c6cafec23..3e5087ff745ef2863536c5f03121f73c7102778b 100644
--- a/utils/pub/io.dart
+++ b/utils/pub/io.dart
@@ -19,7 +19,7 @@ bool _isGitInstalledCache;
String _gitCommandCache;
/** Gets the current working directory. */
-String get workingDir => new File('.').fullPathSync();
+String get currentWorkingDir => new File('.').fullPathSync();
/**
* Prints the given string to `stderr` on its own line.
« no previous file with comments | « utils/pub/git.dart ('k') | utils/pub/pub.dart » ('j') | utils/pub/pub.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698