Add CPU arch to start-up message
parent
b6ac6ec791
commit
402afbf703
|
@ -7,7 +7,7 @@ if (nodeMajorVersion < 12) {
|
|||
|
||||
// Print out bot and Node.js version
|
||||
const { getPrettyVersion } = require("./botVersion");
|
||||
console.log(`Starting Modmail ${getPrettyVersion()} on Node.js ${process.versions.node}`);
|
||||
console.log(`Starting Modmail ${getPrettyVersion()} on Node.js ${process.versions.node} (${process.arch})`);
|
||||
|
||||
// Verify node modules have been installed
|
||||
const fs = require("fs");
|
||||
|
|
Loading…
Reference in New Issue