remove exec file

This commit is contained in:
Cory Miller 2023-02-23 16:03:01 +00:00
parent b0377621eb
commit 58890d888d

View File

@ -4,8 +4,6 @@ import * as path from 'path'
import {promisify} from 'util'
import * as ioUtil from './io-util'
const execFile = promisify(childProcess.execFile)
/**
* Interface for cp/mv options
*/