don't remove existing trace data if trace jsons can't be loaded
This commit is contained in:
@@ -1021,6 +1021,10 @@ PlaneObject.prototype.processTrace = function() {
|
||||
if (replay && !this.fullTrace)
|
||||
return;
|
||||
|
||||
if (!showTrace && !this.fullTrace && !this.recentTrace) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!now)
|
||||
now = new Date().getTime()/1000;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user