Skip to content

Commit 6878d7f

Browse files
author
Matthias Leutenegger
committed
nolog: lint
1 parent 9bd2e4c commit 6878d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/withComposeConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const getComposeConfig = require('./getComposeConfig');
2323
async function withComposeConfig(args, callback) {
2424
const rootComposeFile = getRootComposeFile(args);
2525
const config = getComposeConfig(args, rootComposeFile);
26-
await callback(config).catch((error) => console.error('')); // eslint-disable-line no-console
26+
await callback(config).catch(() => console.error('')); // eslint-disable-line no-console
2727
// console.log(error); // eslint-disable-line no-console
2828
// console.log('\nThere was an error. You can find more information in the
2929
// output above \n'); // eslint-disable-line no-console

0 commit comments

Comments
 (0)