mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 11:25:17 +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 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");
|
||||
|
||||
Reference in New Issue
Block a user