Merge pull request #3485 from strapi/chore/missing-func-call

Call requireBootstrap on init
This commit is contained in:
Alexandre BODIN 2019-06-19 09:09:34 +02:00 committed by GitHub
commit 364d435e6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,6 +101,7 @@ class Strapi extends EventEmitter {
}; };
this.fs = createStrapiFs(this); this.fs = createStrapiFs(this);
this.requireProjectBootstrap();
} }
requireProjectBootstrap() { requireProjectBootstrap() {