Skip to content

Commit a09c857

Browse files
committed
Shorter error
1 parent d780cda commit a09c857

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sound/BaseSound.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ var BaseSound = new Class({
200200
if (this.markers[marker.name])
201201
{
202202
// eslint-disable-next-line no-console
203-
console.error('addMarker - Marker with name \'' + marker.name + '\' already exists for sound \'' + this.key + '\'!');
203+
console.error('addMarker ' + marker.name + ' already exists in Sound');
204204

205205
return false;
206206
}

0 commit comments

Comments
 (0)