mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-14 19:52:10 +08:00
storage dir
This commit is contained in:
@@ -41,6 +41,13 @@ class StorageService extends BaseService {
|
||||
return port;
|
||||
}
|
||||
|
||||
/*
|
||||
* getStorageDir
|
||||
*/
|
||||
getStorageDir() {
|
||||
return storageDir;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
module.exports = StorageService;
|
||||
|
||||
Reference in New Issue
Block a user