Elevate console message for loading data URIs

This commit is contained in:
samme 2018-02-22 09:28:02 -08:00
parent 6293233488
commit 2b309c06e5

View file

@ -272,7 +272,7 @@ var File = new Class({
if (this.src.indexOf('data:') === 0)
{
console.log('Local data URI');
console.warn('Local data URIs are not supported: ' + this.key);
}
else
{