mirror of https://github.com/actions/toolkit
remove exec file
parent
b0377621eb
commit
58890d888d
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue