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 e40000e commit 6baa01e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,6 @@ Lambda.prototype.start = function( program ) {

Lambda.prototype.start_docker = function( program ) {

var fs = require('fs');
var l = new Lambda( { exitOnError: true } )
var config = l._parse_config_file( program )
//console.log( config )
Expand All @@ -545,7 +544,7 @@ Lambda.prototype.start_docker = function( program ) {
var config_path = path.resolve( program );


const childProcess = spawn('docker',
spawn('docker',
[
'run',
'-it',
Expand Down

0 comments on commit 6baa01e

Please sign in to comment.