We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f71e055 commit 32ba696Copy full SHA for 32ba696
src/wrapper/functionHandler.ts
@@ -28,7 +28,7 @@ export const runFunctionHandler = ({
28
const fn = entryPoint[functionName];
29
30
if (!isFunction(fn)) {
31
- log.subtle(log.bold(functionName), 'is', typeof fn, 'not a function');
+ log.subtle(log.bold(functionName), 'is not a function');
32
return;
33
}
34
0 commit comments