Skip to content

Commit f059dcc

Browse files
committed
fix: once and for all fix #854
1 parent 531ba13 commit f059dcc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/datasource/Local.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ export class LocalDatasource extends Datasource {
4242

4343
await copyFile(data, path);
4444
await rm(data);
45+
46+
return;
4547
}
4648

4749
return writeFile(path, data);

0 commit comments

Comments
 (0)