diff --git a/logs.js b/logs.js index ccd9c18..df8b421 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");