Skip to content

Commit ed91ce8

Browse files
author
Daniel Volquardsen
committed
test
1 parent e7716f1 commit ed91ce8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/format/Type.ts

+4-3
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ export function formatType(type: TypeIR): string {
1919
}
2020
if (type.union) {
2121
t = formatUnionType(type)
22+
if (t.includes('Saiphe_')) {
23+
console.log(t)
24+
}
2225
}
23-
if (t.includes('Saiphe_')) {
24-
console.log(t)
25-
}
26+
2627
return t
2728
}
2829

0 commit comments

Comments
 (0)