This commit is contained in:
TienLeok Ngo 2019-10-21 13:42:54 +08:00 committed by GitHub
parent ef10b8653a
commit 4e3c0b37ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -243,7 +243,7 @@ async function GetUtilParametersByInquirer() {
{
message: "Database port:",
name: "port",
type: "input",
type: "number",
default() {
return driver.standardPort;
},