Remove mkdirSync

This commit is contained in:
SplatboyDev 2022-10-29 11:03:17 +02:00
parent 2d4a6b974a
commit 965928626d

View file

@ -1,5 +1,5 @@
import execa from 'execa'
import { existsSync, mkdirSync, rmSync, writeFileSync } from 'node:fs'
import { existsSync, rmSync, writeFileSync } from 'node:fs'
import { dirname, resolve } from 'node:path'
import { bin_name } from '../..'
import { BASH_PATH, ENGINE_DIR, MELON_TMP_DIR } from '../../constants'