Skip to content

Commit af0d5bc

Browse files
committed
-fix NonSharedBuffer
1 parent c1ce966 commit af0d5bc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fbit-field",
3-
"version": "1.3.0-alpha.1",
3+
"version": "1.3.0-alpha.1a",
44
"description": "bit field for some systems",
55
"main": "index.js",
66
"types": "index.d.ts",

src/compiler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ class Compiler<T extends string> {
150150
this.writeFile(this, values);
151151
this.formatFile();
152152

153-
return readFileSync(this.filePath);
153+
return readFileSync(this.filePath, "utf-8");
154154
}
155155

156156
public parse(type: T) {

0 commit comments

Comments
 (0)