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