1
0
Fork 0

remove exec file

pull/1344/head
Cory Miller 2023-02-23 16:03:01 +00:00
parent b0377621eb
commit 58890d888d
1 changed files with 0 additions and 2 deletions

View File

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