Commit b36af42e by softwhiskey8

добавил объявление exec в shared

1 parent bb01d65b
Showing with 1 additions and 0 deletions
...@@ -5,6 +5,7 @@ const moment = require("moment"); ...@@ -5,6 +5,7 @@ const moment = require("moment");
const strings = require("string"); const strings = require("string");
const dataset = require("./dataset"); const dataset = require("./dataset");
const sys = require('child_process'); const sys = require('child_process');
const { exec } = require('child_process');
const cct_api = 'http://cct.r-broker.ru/api/'; const cct_api = 'http://cct.r-broker.ru/api/';
const cct_key = 'y8Bzq1C0vIwhcrl98emy04JauUlWd7glhvUo2TcWBSkdMYzrKS' const cct_key = 'y8Bzq1C0vIwhcrl98emy04JauUlWd7glhvUo2TcWBSkdMYzrKS'
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!