Skip to content

Commit a02e247

Browse files
committed
chore: logs
1 parent 234cbe4 commit a02e247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/process-schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ export function schemaToType(
328328
: schemaObject.type?.toString() || 'never';
329329

330330
if (type === 'never') {
331-
console.warn('WARNING: unknown type', schemaObject);
331+
console.warn('unknown type in %j', schemaObject);
332332
}
333333

334334
return {

0 commit comments

Comments
 (0)