Skip to content

Commit 64baa85

Browse files
committed
Update runScript.kt
1 parent b5d3585 commit 64baa85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/runScript.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ fun runScript(commands: List<String>, inputs: ArrayList<ArrayList<Any>>, classes
1919

2020
methodMap[fu.name] = fu
2121
}
22+
// println(methodMap)
2223
// println(instance)
2324
for ((i, arg) in inputs.withIndex()) {
2425
if (i != 0) {

0 commit comments

Comments
 (0)