chore: Apply linting fixes
This commit is contained in:
committed by
mrugesh mohapatra
parent
5499042ce6
commit
f45c3d4fa5
@ -53,6 +53,7 @@ fs.access(migrationMapPath, err => {
|
||||
})
|
||||
.catch(err => {
|
||||
console.error(err);
|
||||
// eslint-disable-next-line
|
||||
process.exit(1);
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user