mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-23 08:16:16 -04:00
fix(tool): refresh port now work again
This commit is contained in:
parent
74e5758735
commit
638dd13438
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ const generatePort = () => randIntFromInterval(1024, 65535)
|
|||
mixins: [CopyableMixin]
|
||||
})
|
||||
export default class RandomPortGenerator extends Tool {
|
||||
port!: number
|
||||
port: number = 0
|
||||
|
||||
created() {
|
||||
this.refreshPort()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue