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