diff --git a/lib/actions/EventRemove.js b/lib/actions/EventRemove.js index b13e28d83..4cac30364 100644 --- a/lib/actions/EventRemove.js +++ b/lib/actions/EventRemove.js @@ -188,7 +188,7 @@ class EventRemover extends S.classes.Plugin { } _eventRemove(event, region) { - if(!event) throw new SError(`Event could not be found: ${event.name}`); + if(!event) throw new SError(`Event could not be found in region ${region}`); let eventType = event.type.toLowerCase();