Skip to content

Commit

Permalink
Merge pull request #784 from gaberudy/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
apocas authored Jan 10, 2025
2 parents 8f6bfb8 + 0b9533c commit 713a097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/docker.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var EventEmitter = require('events').EventEmitter,
Node = require('./node'),
Exec = require('./exec'),
util = require('./util'),
withSession = require('./session');
withSession = require('./session'),
extend = util.extend;

var Docker = function(opts) {
Expand Down Expand Up @@ -1872,4 +1872,4 @@ Docker.Task = Task;
Docker.Node = Node;
Docker.Exec = Exec;

module.exports = Docker;
module.exports = Docker;

0 comments on commit 713a097

Please sign in to comment.