Skip to content

Commit

Permalink
obfuscator: fix bug #121
Browse files Browse the repository at this point in the history
Signed-off-by: echo094 <[email protected]>
  • Loading branch information
echo094 committed Sep 16, 2024
1 parent b4421f1 commit 3e9892d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugin/obfuscator.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ function stringArrayV2(ast) {
continue
}
obj.stringArrayCodes.push(generator(up2.node, optGenMin).code)
up1.remove()
up2.node.body = t.blockStatement([])
obj.stringArrayCalls.push({ name: wrapper, path: up2 })
}
Expand Down

0 comments on commit 3e9892d

Please sign in to comment.