Index: tracing/tracing/extras/system_stats/system_stats_snapshot.html |
diff --git a/tracing/tracing/extras/system_stats/system_stats_snapshot.html b/tracing/tracing/extras/system_stats/system_stats_snapshot.html |
index a4786bf47016c906b08caf9679dd68a12e718391..dc8a5dde12b3191692cb31b6f067f21c84d80e44 100644 |
--- a/tracing/tracing/extras/system_stats/system_stats_snapshot.html |
+++ b/tracing/tracing/extras/system_stats/system_stats_snapshot.html |
@@ -28,8 +28,9 @@ tr.exportTo('tr.e.system_stats', function() { |
__proto__: ObjectSnapshot.prototype, |
initialize: function() { |
- if (this.args.length === 0) |
+ if (this.args.length === 0) { |
throw new Error('No system stats snapshot data.'); |
+ } |
this.stats_ = this.args; |
}, |