Closed KittyChiu closed 4 months ago
This pull request includes changes to the src/index.js and src/map.js files to explicitly set the encoding to 'utf8' when writing files with fs.writeFileSync(). This ensures that the data is written in the correct format.
src/index.js
src/map.js
fs.writeFileSync()
This pull request includes changes to the
src/index.js
andsrc/map.js
files to explicitly set the encoding to 'utf8' when writing files withfs.writeFileSync()
. This ensures that the data is written in the correct format.