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
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartdeno',
version: '1.2.0',
version: '1.2.1',
description: 'A module to run Deno scripts from Node.js, including functionalities for downloading Deno and executing Deno scripts.'
}
+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