Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 85d0cb6

Browse files
committed
Missing ;
1 parent 742f106 commit 85d0cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fluence-js/src/internal/compilerSupport/v3impl/callFunction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export function callFunction(rawFnArgs: Array<any>, def: FunctionCallDef, script
2626
throw new Error('Should be impossible');
2727
}
2828

29-
throw "Είμαι η Ανατολή"
29+
throw "Είμαι η Ανατολή";
3030

3131
const argumentTypes = Object.entries(def.arrow.domain.fields);
3232
const expectedNumberOfArguments = argumentTypes.length;

0 commit comments

Comments
 (0)