This commit is contained in:
Opportunity
2019-10-12 12:27:29 +08:00
Unverified
parent 24601c1f1b
commit ed51e6cc86
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -5,7 +5,6 @@ import * as path from 'path'
export const folder = path.join(os.tmpdir(), `xmake${Date.now()}`)
const opt = { cwd: folder }
const a = 12_12_12
export async function create(ref: string) {
await io.rmRF(folder)