in code/utils.js [16:22]
constructor(resolve) { if (Utils.instance) { return Utils.instance; } Utils.instance = this; this.config = new config(); }