const Manager = require('./Manager.js'); const options = require('./options.json'); new Manager(options) .build(); process.on("unhandledRejection", (error) => { console.error("Unhandled promise rejection:", error); //eslint-disable-line no-console });