commit 51cd27d598147d20dc3387ec09257892d5371c5b parent 2e0bfcb92943f32a070495975b5f06293e5424cf Author: Bruno <b-coimbra@hotmail.com> Date: Wed, 18 Mar 2020 17:39:51 -0300 missing $ Diffstat:
M | lib/extensions.ts | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/extensions.ts b/lib/extensions.ts @@ -122,7 +122,7 @@ export const FORMATS: TextFormat = { }; String.prototype.format = function (fmt: string) { - return `${fmt}${this}{fmt}`; + return `${fmt}${this}${fmt}`; } // Number Extensions: