Skip to content

Commit cd0bb43

Browse files
save file
1 parent d8568cc commit cd0bb43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/browser-extensions/cors/cors.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ <h3>
155155

156156

157157
async function create(dir,{download=true,test,df=false}={}){
158-
df && console.log('download',!!download);
158+
df && console.log('download',download);
159159
df && console.log('test',!!test);
160160
df && console.json(dir);
161161
df && console.log();

0 commit comments

Comments
 (0)