fix error case in artifact data loading
This commit is contained in:
parent
40d2b3ebb0
commit
4c5e77c18d
@ -67,6 +67,7 @@ window.artifact.processData = function(data) {
|
||||
|
||||
if (data.error || !data.artifacts) {
|
||||
console.warn('Failed to find artifacts in artifact response');
|
||||
return;
|
||||
}
|
||||
|
||||
artifact.clearData();
|
||||
|
Loading…
x
Reference in New Issue
Block a user