Removed shellExec from child_process library require

This commit is contained in:
Alexander Cerutti
2018-05-06 21:14:06 +02:00
parent 269e85e7f8
commit 1af6039371

View File

@@ -1,7 +1,6 @@
const express = require("express");
const crypto = require("crypto");
const shellExec = require("child_process").exec;
const spawn = require("child_process").spawn;
const { spawn } = require("child_process");
const os = require("os");
const path = require("path");
const archiver = require("archiver");