mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-24 13:03:30 +08:00
运行时如有特殊变量进行提示
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user