feat: now supports async functions for logging data
- `logger.debug('message', async () => ({ asyncReturn: await asyncFn() }))` is now supported
- NOTE: this may result in logging occurring out of band for these calls if other events fire befor they settle
Update CI labels to direct jobs to correct servers
This commit is contained in:
+1
-2
@@ -6,8 +6,7 @@
|
||||
"strict": true,
|
||||
"declaration": true,
|
||||
"verbatimModuleSyntax": true,
|
||||
"skipLibCheck": true,
|
||||
"ignoreDeprecations": "6.0"
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"include": ["src", "test", "tsup.config.ts", "vitest.config.ts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user