Commit 77383620 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 54a74174
...@@ -3,7 +3,7 @@ let _ = require('lodash') ...@@ -3,7 +3,7 @@ let _ = require('lodash')
var shell = require('shelljs'); var shell = require('shelljs');
let reverse=require('./reverse') let reverse=require('./reverse')
let prefix = 'work' let prefix = 'work'
let cores = 30 let cores = 50
//init() //init()
...@@ -36,6 +36,14 @@ async function init() { ...@@ -36,6 +36,14 @@ async function init() {
} }
try {
await fs.mkdirSync('result')
}
catch (e)
{
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment