mirror of
https://github.com/Drop-OSS/droplet.git
synced 2025-11-18 18:51:20 +10:00
chore: update partial ssl.rs to rcgen
This commit is contained in:
@ -75,7 +75,7 @@ test("single large file", async (t) => {
|
||||
const writeStream = fs.createWriteStream(testFile);
|
||||
randomReadStream.pipe(writeStream);
|
||||
|
||||
await new Promise((r) => randomReadStream.on("end", r));
|
||||
await new Promise<void>((r) => randomReadStream.on("end", r));
|
||||
|
||||
const manifest: {
|
||||
[key: string]: { lengths: number[] };
|
||||
|
||||
Reference in New Issue
Block a user