mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-01-29 20:49:52 +01:00
Make function not found message actually useful
This commit is contained in:
parent
c840dbbf78
commit
343767f03c
@ -621,7 +621,7 @@ Tomahawk.PluginManager = {
|
||||
Tomahawk.log("Object not found!");
|
||||
} else {
|
||||
if (!this.objects[objectId][methodName]) {
|
||||
Tomahawk.log("Function not found!");
|
||||
Tomahawk.log("Function not found: " + methodName);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user