fix comment typo in InternalStorageService.ts

This commit is contained in:
Hazelnoot 2024-10-20 00:11:14 -04:00
parent b1d9314d6e
commit 7aee3c1617

View file

@ -24,7 +24,7 @@ export class InternalStorageService {
@Inject(DI.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 });
}