feat: unmanaged baseEventDir
Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
parent
a9996ba297
commit
e8d5d10d44
@ -4,7 +4,7 @@
|
||||
*/
|
||||
import '@ms/core'
|
||||
import '@ms/nashorn'
|
||||
import { injectable } from '@ms/container'
|
||||
import { injectable, unmanaged } from '@ms/container'
|
||||
|
||||
const Thread = Java.type('java.lang.Thread');
|
||||
|
||||
@ -25,7 +25,7 @@ export namespace event {
|
||||
|
||||
protected baseEventDir = '';
|
||||
|
||||
constructor(baseEventDir: string) {
|
||||
constructor(@unmanaged() baseEventDir: string) {
|
||||
this.baseEventDir = baseEventDir;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user