Skip to content

Commit 32ba696

Browse files
authored
Update src/wrapper/functionHandler.ts
1 parent f71e055 commit 32ba696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wrapper/functionHandler.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const runFunctionHandler = ({
2828
const fn = entryPoint[functionName];
2929

3030
if (!isFunction(fn)) {
31-
log.subtle(log.bold(functionName), 'is', typeof fn, 'not a function');
31+
log.subtle(log.bold(functionName), 'is not a function');
3232
return;
3333
}
3434

0 commit comments

Comments
 (0)