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

Unified Diff: utils/pub/io.dart

Issue 11383003: Revert "Try setting the working directory explicitly." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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_source.dart ('k') | utils/pub/pub.dart » ('j') | no next file with comments »
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 066333af875f4e369b52d180b5e71fc0a3fc0002..cccedfc17b93098bafde5f6847aaa8d9023ba6a5 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 currentWorkingDir => new File('.').fullPathSync();
+String get workingDir => new File('.').fullPathSync();
const Pattern NEWLINE_PATTERN = const RegExp("\r\n?|\n\r?");
« no previous file with comments | « utils/pub/git_source.dart ('k') | utils/pub/pub.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698