Skip to content
Snippets Groups Projects
Commit ee9fdd10 authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Use console.error for error message

parent 37f98bb4
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ class RessourceDisplay { ...@@ -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;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment