fix
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import { TextDecoder, TextEncoder } from "node:util"
|
||||
|
||||
global.TextDecoder = TextDecoder
|
||||
global.TextEncoder = TextEncoder
|
||||
Reference in New Issue
Block a user