fix(smartdeno): normalize stderr output to an empty string and update build configuration

This commit is contained in:
2026-04-30 17:32:30 +00:00
parent 78a5615bb5
commit f93d3e2cfe
10 changed files with 2378 additions and 1753 deletions
+2 -2
View File
@@ -132,7 +132,7 @@ export class SmartDeno {
return {
exitCode: result.exitCode,
stdout: result.stdout,
stderr: result.stderr,
stderr: result.stderr ?? '',
};
}
@@ -162,7 +162,7 @@ export class SmartDeno {
return {
exitCode: result.exitCode,
stdout: result.stdout,
stderr: result.stderr,
stderr: result.stderr ?? '',
};
} finally {
// Clean up temp file