Skip to content

Commit

Permalink
eslint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianpraja committed Nov 7, 2021
1 parent 84e51dc commit f2eee62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ Lambda.prototype.deploy = function( program ) {
// remove temp file
fs.unlinkSync( tmpfile )

lambdaV2.createFunction( paramsV2, function( err, data ) {
lambdaV2.createFunction( paramsV2, function( err ) {
if ( err && err.code !== 'ResourceConflictException') {
console.log("ERROR:", err )
if ( _this.settings.exitOnError !== false )
Expand Down

0 comments on commit f2eee62

Please sign in to comment.