File tree 3 files changed +2
-2
lines changed
3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 24
24
<span >  ;  ; •  ;  ; </span >
25
25
<a href =" https://www.npmjs.com/package/zod " >npm</a >
26
26
<span >  ;  ; •  ;  ; </span >
27
+ <a href =" https://deno.land/x/zod " >deno</a >
28
+ <span >  ;  ; •  ;  ; </span >
27
29
<a href =" https://github.com/colinhacks/zod/issues/new " >Issues</a >
28
30
<span >  ;  ; •  ;  ; </span >
29
31
<a href =" https://twitter.com/colinhacks " >@colinhacks </a >
Original file line number Diff line number Diff line change @@ -4722,7 +4722,6 @@ export const custom = <T>(
4722
4722
const p = typeof params === "function" ? params ( data ) : params ;
4723
4723
const _fatal = p . fatal ?? fatal ?? true ;
4724
4724
const p2 = typeof p === "string" ? { message : p } : p ;
4725
- console . log ( `adding issue` ) ;
4726
4725
ctx . addIssue ( { code : "custom" , ...p2 , fatal : _fatal } ) ;
4727
4726
}
4728
4727
} ) ;
Original file line number Diff line number Diff line change @@ -4722,7 +4722,6 @@ export const custom = <T>(
4722
4722
const p = typeof params === "function" ? params ( data ) : params ;
4723
4723
const _fatal = p . fatal ?? fatal ?? true ;
4724
4724
const p2 = typeof p === "string" ? { message : p } : p ;
4725
- console . log ( `adding issue` ) ;
4726
4725
ctx . addIssue ( { code : "custom" , ...p2 , fatal : _fatal } ) ;
4727
4726
}
4728
4727
} ) ;
You can’t perform that action at this time.
0 commit comments