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