Skip to content

Commit 3e2457b

Browse files
committed
[hxb] handle hxb version for server cache too
1 parent 64a0a82 commit 3e2457b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/hxb/hxbReader.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ class hxb_reader
152152
= object(self)
153153
val mutable api = Obj.magic ""
154154
val mutable full_restore = true
155-
val mutable hxb_minor = 0
155+
val mutable hxb_minor = HxbData.hxb_minor
156156
val mutable current_module = null_module
157157

158158
val mutable ch = BytesWithPosition.create (Bytes.create 0)

0 commit comments

Comments
 (0)