Fix admin start fix #1371

This commit is contained in:
Jim Laurie 2018-06-15 11:59:26 +02:00
parent fff92ca318
commit 192c2ff1a9

View File

@ -19,6 +19,9 @@ if (!isSetup) {
await strapi.load({
environment: process.env.NODE_ENV,
});
// Force exit process if an other process doen't exit during Strapi load.
process.exit();
})();
}