We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a4e43a commit d839107Copy full SHA for d839107
packages/editor-skeleton/src/transducers/parse-func.ts
@@ -26,7 +26,7 @@ function transformStringToFunction(str: string) {
26
try {
27
return (${str}).apply(self, arguments);
28
} catch(e) {
29
- logger.warn('call function which parsed by lowcode failed: ', e);
+ console.warn('call function which parsed by lowcode failed: ', e);
30
return e.message;
31
}
32
};
0 commit comments