We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b1440f commit 53dccbbCopy full SHA for 53dccbb
src/node/main.ts
@@ -144,6 +144,8 @@ export const runCodeServer = async (
144
logger.info(" - Using password from $PASSWORD")
145
} else if (args.usingEnvHashedPassword) {
146
logger.info(" - Using password from $HASHED_PASSWORD")
147
+ } else if (args["hashed-password"]) {
148
+ logger.info(` - Using hashed-password from ${args.config}`)
149
} else {
150
logger.info(` - Using password from ${args.config}`)
151
}
0 commit comments