mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-11-21 21:45:11 +00:00
fix comment typo in InternalStorageService.ts
This commit is contained in:
parent
b1d9314d6e
commit
7aee3c1617
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ export class InternalStorageService {
|
||||||
@Inject(DI.config)
|
@Inject(DI.config)
|
||||||
private config: Config,
|
private config: Config,
|
||||||
) {
|
) {
|
||||||
// No one should erase the working directly *while the server is running*.
|
// No one should erase the working directory *while the server is running*.
|
||||||
fs.mkdirSync(path, { recursive: true });
|
fs.mkdirSync(path, { recursive: true });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue