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.
2 parents cbe1b95 + 206dd74 commit 8966eabCopy full SHA for 8966eab
packages/sui-decorators/src/decorators/error.js
@@ -11,7 +11,7 @@ const _runner = ({instance, original} = {}) => {
11
try {
12
const returns = original.apply(instance.__STREAMIFY__ ? this : instance, args)
13
if (isPromise(returns)) {
14
- console.warn('You should use the @AsyncInlineError() decorator in async functions.')
+ // console.warn('You should use the @AsyncInlineError() decorator in async functions.')
15
return returns
16
.then(r => {
17
response[0] = null
0 commit comments