mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
Use console.error for error message
This commit is contained in:
parent
37f98bb4ec
commit
ee9fdd1017
@ -22,7 +22,7 @@ class RessourceDisplay {
|
|||||||
this.patch(payload);
|
this.patch(payload);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
console.log(`Unknown event type: ${eventType}`);
|
console.error(`Unknown event type: ${eventType}`);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user