Do not use backticks in strings when unnecessary
This commit is contained in:
parent
55f1f84478
commit
3a3eebd61d
@ -85,7 +85,7 @@ using node ${colors.green(process.versions.node)} on ${colors.green(process.plat
|
|||||||
log.info(`Configuration file: ${colors.green(Helper.CONFIG_PATH)}`);
|
log.info(`Configuration file: ${colors.green(Helper.CONFIG_PATH)}`);
|
||||||
log.info(`Available on ${colors.green(protocol + "://" + host + ":" + config.port + "/")} \
|
log.info(`Available on ${colors.green(protocol + "://" + host + ":" + config.port + "/")} \
|
||||||
in ${config.public ? "public" : "private"} mode`);
|
in ${config.public ? "public" : "private"} mode`);
|
||||||
log.info(`Press Ctrl-C to stop\n`);
|
log.info("Press Ctrl-C to stop\n");
|
||||||
|
|
||||||
if (!config.public) {
|
if (!config.public) {
|
||||||
if ("autoload" in config) {
|
if ("autoload" in config) {
|
||||||
|
Loading…
Reference in New Issue
Block a user