mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-08 01:10:03 +02:00
Remove mkdirSync
This commit is contained in:
parent
2d4a6b974a
commit
965928626d
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue