Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.1.0
-
None
-
None
Description
Plugin console logs using formatting string is incorrectly formatted when sent to native. This is on iOS but it would likely apply to any native environment.
Sample:
console.warn('the %s jumped over the %s','cow','moon');
console ouput:
the cow jumped over the moon
xcode output:
2013-10-22 12:09:31.920 console[15289:c07] WARN: the %s jumped over the %s cow moon