Skip to content

Commit e867911

Browse files
authored
Merge pull request #2752 from arnarthor/patch-1
Fix Buffer.toString function
2 parents 27a378a + d5492ea commit e867911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jscomp/others/node_buffer.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ external fromStringWithEncoding : string -> ([ `ascii | `utf8 | `utf16le | `u
3636
[@@bs.val] [@@bs.scope "Buffer"]
3737

3838
external toString : t -> string = ""
39-
[@@bs.send] [@@bs.scope "Buffer"]
39+
[@@bs.send]

0 commit comments

Comments
 (0)