mirror of
https://github.com/janet-lang/janet
synced 2025-10-28 22:27:41 +00:00
Remove pretty printer implemented in C.
This commit is contained in:
@@ -435,7 +435,7 @@ void dst_line_get(DstBuffer *buffer) {
|
||||
}
|
||||
if (line()) {
|
||||
norawmode();
|
||||
exit(0);
|
||||
fputc('\n', stdout);
|
||||
return;
|
||||
}
|
||||
norawmode();
|
||||
|
||||
Reference in New Issue
Block a user