Skip to content

Commit bd7852c

Browse files
committed
fix: add log unpackageargs
1 parent 612a0a1 commit bd7852c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/v2/parser/formula.ts

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ const unpackArgs = (f: Delegate, key: string) => (expr: ExpressionThunk) => {
4343
console.log(`fn: unpackArgs (result.length) = ${result.length}`, { result });
4444
// eslint-disable-next-line no-console
4545
console.log(`fn: unpackArgs (f.length) = ${f.length}`, { f });
46+
console.log("fn: unpackArgs (f.toString) = ", f.toString());
4647
// eslint-disable-next-line no-console
4748
console.log("fn: unpackArgs (expr)", { expr });
4849

0 commit comments

Comments
 (0)