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

Unified Diff: sdk/lib/_internal/pub_generated/lib/src/io.dart

Issue 766393002: Fix a couple bugs in r42055. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years 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
Index: sdk/lib/_internal/pub_generated/lib/src/io.dart
diff --git a/sdk/lib/_internal/pub_generated/lib/src/io.dart b/sdk/lib/_internal/pub_generated/lib/src/io.dart
index 16682ddf0c97269962928b29138f1cb514267887..c76e3696340a3c14a40df46a776851ce83d96f3a 100644
--- a/sdk/lib/_internal/pub_generated/lib/src/io.dart
+++ b/sdk/lib/_internal/pub_generated/lib/src/io.dart
@@ -398,7 +398,7 @@ void tryDeleteEntry(String path) {
deleteEntry(path);
} catch (error, stackTrace) {
log.fine(
- "Failed to delete $entry: $error\n" "${new Chain.forTrace(stackTrace)}");
+ "Failed to delete $path: $error\n" "${new Chain.forTrace(stackTrace)}");
}
}
« no previous file with comments | « sdk/lib/_internal/pub_generated/bin/async_compile.dart ('k') | sdk/lib/_internal/pub_generated/lib/src/source/hosted.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698