Skip to content

Commit

Permalink
Changed Executor file path
Browse files Browse the repository at this point in the history
  • Loading branch information
QSmally committed Aug 11, 2020
1 parent a4e5c1c commit dfa2583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Connections/Connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class Connection extends PartialConnection {
* @type {Object}
* @private
*/
const Executors = require("../Executors");
const Executors = require("../Executors/_Index");
Object.defineProperty(this, "_Executors", {value: {}});
for (const Method in Executors) if (this.ValOptions[Method])
this._Executors[Method] = Executors[Method](this);
Expand Down

0 comments on commit dfa2583

Please sign in to comment.