mirror of
https://github.com/strapi/strapi.git
synced 2025-12-13 07:55:33 +00:00
Move from function to arrow function
This commit is contained in:
parent
dcf70144c5
commit
6affdd3d66
@ -27,7 +27,7 @@ const {
|
|||||||
validateExcludeOnly,
|
validateExcludeOnly,
|
||||||
} = require('../lib/commands/transfer/utils');
|
} = require('../lib/commands/transfer/utils');
|
||||||
|
|
||||||
process.on('SIGINT', function () {
|
process.on('SIGINT', () => {
|
||||||
process.exit();
|
process.exit();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user