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
This allows for numbers as well as strings for substitution values. Could still use some type checking and error handling to inform the user if they send an object (which also has a `toString` method, so won't throw) or other invalid value type.
Fixes#282.
0 commit comments