fix comment typo in InternalStorageService.ts
This commit is contained in:
parent
b1d9314d6e
commit
7aee3c1617
@ -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 New Issue
Block a user