mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 16:25:21 +00:00
Removed shellExec from child_process library require
This commit is contained in:
3
index.js
3
index.js
@@ -1,7 +1,6 @@
|
|||||||
const express = require("express");
|
const express = require("express");
|
||||||
const crypto = require("crypto");
|
const crypto = require("crypto");
|
||||||
const shellExec = require("child_process").exec;
|
const { spawn } = require("child_process");
|
||||||
const spawn = require("child_process").spawn;
|
|
||||||
const os = require("os");
|
const os = require("os");
|
||||||
const path = require("path");
|
const path = require("path");
|
||||||
const archiver = require("archiver");
|
const archiver = require("archiver");
|
||||||
|
|||||||
Reference in New Issue
Block a user