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
Vendored
-1
View File
@@ -6,7 +6,6 @@ const os = require("os");
const path = require("path");
exports.folder = path.join(os.tmpdir(), `xmake${Date.now()}`);
const opt = { cwd: exports.folder };
const a = 121212;
async function create(ref) {
await io.rmRF(exports.folder);
await io.mkdirP(exports.folder);