You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.
this lib override function String.format but in this case is not correct:
console.info(String.format("ID: {0} with value: {1}", 0, 1));
//return "ID: {0} with value: 1"
The text was updated successfully, but these errors were encountered:
this lib override function String.format but in this case is not correct:
console.info(String.format("ID: {0} with value: {1}", 0, 1));
//return "ID: {0} with value: 1"
The text was updated successfully, but these errors were encountered: