tangled
alpha
login
or
join now
mary.my.id
/
boat
22
fork
atom
handy online tools for AT Protocol
boat.kelinci.net
atproto
bluesky
atcute
typescript
solidjs
22
fork
atom
overview
issues
pulls
pipelines
fix: move the flush writes log outside
mary.my.id
1 year ago
b0d1f544
dea46744
verified
This commit was signed with the committer's
known signature
.
mary.my.id
SSH Key Fingerprint:
SHA256:ZlTP/auFSGpGnaoDg4mCTG1g9OZvXp62jWR4c6H4O3c=
+6
-6
1 changed file
expand all
collapse all
unified
split
src
views
repository
repo-export.tsx
+6
-6
src/views/repository/repo-export.tsx
···
116
116
}
117
117
118
118
logger.log(`CAR file downloaded (${formatBytes(size)})`);
119
119
-
120
120
-
{
121
121
-
using _progress = logger.progress(`Flushing writes`);
122
122
-
await writable.close();
123
123
-
}
119
119
+
}
124
120
125
125
-
logger.log(`Finished`);
121
121
+
{
122
122
+
using _progress = logger.progress(`Flushing writes`);
123
123
+
await writable.close();
126
124
}
125
125
+
126
126
+
logger.log(`Finished`);
127
127
};
128
128
129
129
useTitle(() => `Export repository — boat`);