stay in same format

merge-requests/1/merge
Bsian 2019-12-01 01:32:26 +00:00
parent 85a60c00e7
commit d9cc8ac1ec
No known key found for this signature in database
GPG Key ID: 097FB9A291026091
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ export default class Client extends Eris.Client {
}); });
this.server = new Server(this, { port: this.config.port }); this.server = new Server(this, { port: this.config.port });
require.cache = {}; require.cache = Object.create(null);
} }
} }