We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a6164 commit c55b4e5Copy full SHA for c55b4e5
src/evaluator/evaluator.ts
@@ -89,7 +89,7 @@ export class Evaluator {
89
private invokeFunction(func: (...args: unknown[]) => unknown, fps: unknown[],
90
loc: { moduleName: string, line: number, column: number }): unknown {
91
92
- return func(...args);
+ return func(...fps);
93
94
}
95
0 commit comments