From 2709890612fbf76ec8168f2074e38724b245de32 Mon Sep 17 00:00:00 2001 From: fofolee Date: Wed, 22 Jul 2020 23:15:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=90=E8=A1=8C=E6=97=B6=E5=A6=82=E6=9C=89?= =?UTF-8?q?=E7=89=B9=E6=AE=8A=E5=8F=98=E9=87=8F=E8=BF=9B=E8=A1=8C=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/index.js b/src/assets/index.js index 6ae0209..2679d80 100644 --- a/src/assets/index.js +++ b/src/assets/index.js @@ -1398,7 +1398,7 @@ if ($("#customize").is(":parent")) { var cmd = window.editor.getValue() cmd = special(cmd) - // cmd = await replaceTempInputVals(cmd) + cmd = await replaceTempInputVals(cmd) var program = $("#program").val() var output = $("#output").val() var terminal = false