We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 531ba13 commit f059dccCopy full SHA for f059dcc
src/lib/datasource/Local.ts
@@ -42,6 +42,8 @@ export class LocalDatasource extends Datasource {
42
43
await copyFile(data, path);
44
await rm(data);
45
+
46
+ return;
47
}
48
49
return writeFile(path, data);
0 commit comments