From e1c44c80c51b422a4c8ebcd8c503f7337b477283 Mon Sep 17 00:00:00 2001 From: "pong.promrat" Date: Fri, 24 Apr 2026 11:03:21 +0700 Subject: [PATCH] *Fix execPath --- logs.js | 1 + 1 file changed, 1 insertion(+) diff --git a/logs.js b/logs.js index ccd9c186..df8b4216 100755 --- a/logs.js +++ b/logs.js @@ -8,6 +8,7 @@ require("dotenv").config(); const async = require("async"); const os = require("os"); const shell = require("shelljs"); +shell.config.execPath = shell.which("node").toString(); const { spawn } = require("child_process"); const fs = require("fs"); const path = require("path");