Skip to content

Commit adabe81

Browse files
save file
1 parent 85c24e0 commit adabe81

File tree

1 file changed

+1
-1
lines changed
  • blog/25-07-25/http-streaming-download/ex

1 file changed

+1
-1
lines changed

blog/25-07-25/http-streaming-download/ex/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<script>
1212

13-
var log = (...args)=>(output.textContent+=args.join(' ')+'\n' && console.log.apply(console,args));
13+
var log = (...args)=>((output.textContent+=args.join(' ')+'\n') && console.log.apply(console,args));
1414

1515
(async()=>{
1616

0 commit comments

Comments
 (0)