mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 00:09:18 +00:00
Remove empty line
This commit is contained in:
parent
2e649567aa
commit
4ca3d45c29
@ -10,7 +10,6 @@ global.startedAt = Date.now();
|
|||||||
module.exports = function(global) {
|
module.exports = function(global) {
|
||||||
try {
|
try {
|
||||||
return global.strapi = require('./Strapi'); // Strapi instance instanciated
|
return global.strapi = require('./Strapi'); // Strapi instance instanciated
|
||||||
|
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error(error);
|
console.error(error);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user