fix(tool): refresh port now work again
This commit is contained in:
parent
74e5758735
commit
638dd13438
@ -39,7 +39,7 @@ const generatePort = () => randIntFromInterval(1024, 65535)
|
|||||||
mixins: [CopyableMixin]
|
mixins: [CopyableMixin]
|
||||||
})
|
})
|
||||||
export default class RandomPortGenerator extends Tool {
|
export default class RandomPortGenerator extends Tool {
|
||||||
port!: number
|
port: number = 0
|
||||||
|
|
||||||
created() {
|
created() {
|
||||||
this.refreshPort()
|
this.refreshPort()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user