Return string for unresloved string was wrong
This commit is contained in:
parent
e4efdf79e5
commit
68663787bb
@ -70,10 +70,10 @@ const rLocale = function( lang, stack )
|
|||||||
}
|
}
|
||||||
catch( e )
|
catch( e )
|
||||||
{
|
{
|
||||||
Dragonfly.Warning( e );
|
Dragonfly.Warning( e.message );
|
||||||
}
|
}
|
||||||
|
|
||||||
return Zone + "." + stack[1];
|
return Zone + "." + stack[0];
|
||||||
};
|
};
|
||||||
|
|
||||||
String.prototype.L = function( ...args )
|
String.prototype.L = function( ...args )
|
||||||
|
Loading…
Reference in New Issue
Block a user