We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e0dd41 commit 13e8132Copy full SHA for 13e8132
js/lib/unpackers/p_a_c_k_e_r_unpacker.js
@@ -18,7 +18,7 @@ var P_A_C_K_E_R = {
18
},
19
20
get_chunks: function(str) {
21
- var chunks = str.match(/eval\(\(?function\(.*?,0,\{\}\)\)($|\n)/g);
+ var chunks = str.match(/eval\(\(?function\(.*?(,0,\{\}\)\)|split\('\|'\)\)\))($|\n)/g);
22
return chunks ? chunks : [];
23
24
0 commit comments