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

Unified Diff: runtime/bin/file_patch.dart

Issue 939643002: Add error handling when initializing the file system watcher (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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/file_system_watcher.cc » ('j') | runtime/bin/file_system_watcher.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/file_patch.dart
diff --git a/runtime/bin/file_patch.dart b/runtime/bin/file_patch.dart
index 36e5b57e80d00cad20b6eb157b5200fe4eb592cc..14499af5182ed9afa940d6d1f35bef278f75870e 100644
--- a/runtime/bin/file_patch.dart
+++ b/runtime/bin/file_patch.dart
@@ -99,7 +99,7 @@ patch class _FileSystemWatcher {
_newWatcher();
} catch (e) {
_broadcastController.addError(new FileSystemException(
- "Failed to initialize file system entity watcher"));
+ "Failed to initialize file system entity watcher", null, e));
_broadcastController.close();
return;
}
« no previous file with comments | « no previous file | runtime/bin/file_system_watcher.cc » ('j') | runtime/bin/file_system_watcher.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698