Commit 3846d45b by softwhiskey8

вернул на место

1 parent c3ec0c00
Showing with 3 additions and 4 deletions
......@@ -152,8 +152,8 @@ async function main() {
//let cmd = String.raw`cd E:/work/projects2/telegram-channel-sender/
//dotnet telegram-channel-sender.dll 3 79112349232 ${args['channel_type']}`;
var cmd = `cd /servers/constructor/htdocs/api/ && php telegram-channel-sender.php ${events_owner} ${process.argv[2]} ${args['channel_type']}`;
var tgProc = exec(cmd);//, (error, stdout, stderr) => {
/*if (error) {
exec(cmd, (error, stdout, stderr) => {
if (error) {
console.error(`error: ${error.message}`);
return;
}
......@@ -164,8 +164,7 @@ async function main() {
}
console.log(`stdout:\n${stdout}`);
});*/
process.kill(tgProc.pid);
});
});
await app.start();
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!