Orginize
This commit is contained in:
@@ -7,7 +7,7 @@ import { dirname, join } from 'node:path'
|
||||
import { fileURLToPath } from 'node:url'
|
||||
|
||||
const __dirname = dirname(fileURLToPath(import.meta.url))
|
||||
const parseSrc = readFileSync(join(__dirname, '../lib/edit-key-parse.js'), 'utf8')
|
||||
const parseSrc = readFileSync(join(__dirname, '../lib/edit/edit-key-parse.js'), 'utf8')
|
||||
const hook = {}
|
||||
new Function(
|
||||
'exports',
|
||||
|
||||
Reference in New Issue
Block a user