Skip to content

Commit 5389fb2

Browse files
fix string rope issue for ng
1 parent c2fa146 commit 5389fb2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/quickjsvalueadapter.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ impl QuickJsValueAdapter {
332332
match self.get_tag() {
333333
TAG_BIG_INT => "bigint",
334334
TAG_STRING => "string",
335-
#[cfg(feature = "bellard")]
336335
TAG_STRING_ROPE => "string",
337336
TAG_MODULE => "module",
338337
TAG_FUNCTION_BYTECODE => "function",

0 commit comments

Comments
 (0)