mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 06:50:01 -04:00
un-revert tryset fix
This commit is contained in:
parent
0c0490e751
commit
e20f1ac89f
1 changed files with 1 additions and 1 deletions
|
@ -445,7 +445,7 @@ pub fn rewrite(js: &str, url: Url, config: Config) -> Vec<u8> {
|
|||
|
||||
buffer.extend_from_slice(
|
||||
format!(
|
||||
"((t)=>$scramjet$tryset({},\"{}\",t)||{}{}t)({})",
|
||||
"((t)=>$scramjet$tryset({},\"{}\",t)||({}{}t))({})",
|
||||
name,
|
||||
fmt_op(*op),
|
||||
name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue