Skip to content

Commit 53dccbb

Browse files
committed
Report if using hashed-password from config
1 parent 1b1440f commit 53dccbb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/node/main.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ export const runCodeServer = async (
144144
logger.info(" - Using password from $PASSWORD")
145145
} else if (args.usingEnvHashedPassword) {
146146
logger.info(" - Using password from $HASHED_PASSWORD")
147+
} else if (args["hashed-password"]) {
148+
logger.info(` - Using hashed-password from ${args.config}`)
147149
} else {
148150
logger.info(` - Using password from ${args.config}`)
149151
}

0 commit comments

Comments
 (0)