From 58a04fa76e5dc13d1a8f88ab0cc03da3d477d2fe Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sun, 11 Jan 2026 14:11:34 +0800 Subject: [PATCH] feat: format cal-node.ts --- single-scripts/cal-node.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/single-scripts/cal-node.ts b/single-scripts/cal-node.ts index d0ce952..3517dc4 100755 --- a/single-scripts/cal-node.ts +++ b/single-scripts/cal-node.ts @@ -1,12 +1,12 @@ #!/usr/bin/env runts -- --runtime-bun -const { spawn } = require('node:child_process'); +const { spawn } = require("node:child_process"); -const _child = spawn('cal', ['-3'], { +const _child = spawn("cal", ["-3"], { shell: true, // stdio reference: https://nodejs.org/api/child_process.html#optionsstdio - stdio: ['inherit', 'inherit', 'inherit'] + stdio: ["inherit", "inherit", "inherit"], }); -// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260111T104456+08:00.MEYCIQCLBioJmr0B4ZbAlBYV -// Fo+rB6ruDJhpZv6QffcZZsb3WQIhANjQqzH8PcBAEC24wRRX+ow4cX/C9L4RwXVEHahyrhbz +// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260111T141122+08:00.MEYCIQDP7aV0GffQPybqxwbt +// Kkwj3n9XxQRDc2DyBjfX5gNEXgIhAOb0+0t7EVEOCnces5zCHGtuyp/hRuPyhYjR/YgoykWp