mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-14 03:52:07 +08:00
add class flag
This commit is contained in:
@@ -25,4 +25,5 @@ class ExampleService extends Service {
|
||||
}
|
||||
}
|
||||
|
||||
ExampleService.toString = () => '[class ExampleService]';
|
||||
module.exports = ExampleService;
|
||||
@@ -228,4 +228,5 @@ class StorageService extends Service {
|
||||
}
|
||||
}
|
||||
|
||||
StorageService.toString = () => '[class StorageService]';
|
||||
module.exports = StorageService;
|
||||
|
||||
Reference in New Issue
Block a user