From 63a85b757006b9cec01459841bcb64d252636ae7 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Thu, 20 May 2021 13:15:05 +0200 Subject: [PATCH] Fix undeclared variable --- template.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.js b/template.js index c9f6087..77813a7 100644 --- a/template.js +++ b/template.js @@ -1,6 +1,6 @@ export const template = (strings, ...args) => { let buf = [] - for (i=0;i