From f8d68789fce6590e71deb6ecbd2ab746699f6e14 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Sun, 1 Jun 2025 10:03:06 -0700 Subject: [PATCH] feat: add `child_process` support --- tvapp2/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tvapp2/index.js b/tvapp2/index.js index 153c8f5b..98be3a6e 100755 --- a/tvapp2/index.js +++ b/tvapp2/index.js @@ -12,6 +12,7 @@ import zlib from 'zlib'; import chalk from 'chalk'; import ejs from 'ejs'; import moment from 'moment'; +import * as child from 'child_process'; import cron, { schedule } from 'node-cron'; import * as crons from 'cron';