fix: add release, since win 11 shows win 10
Signed-off-by: acalcutt <acalcutt@techidiots.net>
This commit is contained in:
parent
a84a1dc243
commit
fd3614e735
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ program
|
|||
program.parse(process.argv);
|
||||
const opts = program.opts();
|
||||
|
||||
console.log(`Starting ${packageJson.name} v${packageJson.version} - ${os.version()} ${os.arch}`);
|
||||
console.log(`Starting ${packageJson.name} v${packageJson.version} - ${os.version()}(${os.release()}) ${os.arch}`);
|
||||
|
||||
const startServer = (configPath, config) => {
|
||||
let publicUrl = opts.public_url;
|
||||
|
|
|
|||
Loading…
Reference in a new issue