mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-08 14:29:15 +08:00
fix: update import statement for linguist-languages in update-languages.ts
This commit is contained in:
parent
ce8808b023
commit
0cf284eb32
@ -1,6 +1,6 @@
|
|||||||
import { exec } from 'child_process'
|
import { exec } from 'child_process'
|
||||||
import * as fs from 'fs/promises'
|
import * as fs from 'fs/promises'
|
||||||
import linguistLanguages from 'linguist-languages'
|
import * as linguistLanguages from 'linguist-languages'
|
||||||
import * as path from 'path'
|
import * as path from 'path'
|
||||||
import { promisify } from 'util'
|
import { promisify } from 'util'
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user