Skip to content

Commit

Permalink
fix: use imported process instead of global process
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackman99 committed Jul 17, 2023
1 parent d2f7d41 commit 49db0f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vite-plugin-doc-parser/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { resolve } from 'node:path'
import { existsSync, mkdirSync, readFileSync, rmSync, writeFileSync } from 'node:fs'
import process from 'node:process'
import fg from 'fast-glob'

const DOC_BASE_PATH = resolve(process.cwd(), '.doc-parser')
Expand Down

0 comments on commit 49db0f0

Please sign in to comment.