We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb1c651 commit 424bfecCopy full SHA for 424bfec
codex-rs/app-server-protocol/src/export.rs
@@ -92,6 +92,8 @@ pub fn generate_ts(out_dir: &Path, prettier: Option<&Path>) -> Result<()> {
92
{
93
let status = Command::new(prettier_bin)
94
.arg("--write")
95
+ .arg("--log-level")
96
+ .arg("warn")
97
.args(ts_files.iter().map(|p| p.as_os_str()))
98
.status()
99
.with_context(|| format!("Failed to invoke Prettier at {}", prettier_bin.display()))?;
0 commit comments