feat(runner): process charword_table.json
This commit is contained in:
@@ -53,3 +53,7 @@ export async function copy(sourcePath, targetPath) {
|
||||
export function appendSync(content, filePath) {
|
||||
return fs.appendFileSync(filePath, content, 'utf8');
|
||||
}
|
||||
|
||||
export function readdirSync(dir) {
|
||||
return fs.readdirSync(dir)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user