The error goes out to the sql file instead of the error log. ```sh echo "foobar" | sqlfmt > formatted.sql 2> error.log ``` `formatted.sql`: ```text at or near "bananagram": syntax error ``` `error.log`: ```text ``` I think this is the reason for #68.