Index: tools/testing/dart/drt_updater.dart |
diff --git a/tools/testing/dart/drt_updater.dart b/tools/testing/dart/drt_updater.dart |
index abb1fe75ea2a81f89e57da85e7693b8df104397f..67e1716c454f2be77497ffa994bf79b8e6c3c6e5 100644 |
--- a/tools/testing/dart/drt_updater.dart |
+++ b/tools/testing/dart/drt_updater.dart |
@@ -30,6 +30,7 @@ class _DartiumUpdater { |
_updatingProcess = Process.run('python', _getUpdateCommand); |
_updatingProcess.then(_onUpdatedHandler).catchError((e) { |
print("Error starting $script process: $e"); |
+ // TODO(floitsch): should we print the stacktrace? |
return false; |
}); |
} |