Skip to content

Commit

Permalink
Follow best practice and require process rather than use global (#1685)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowspawn committed Jan 31, 2022
1 parent 02a124c commit 47e8b20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/command.js
Expand Up @@ -2,6 +2,7 @@ const EventEmitter = require('events').EventEmitter;
const childProcess = require('child_process');
const path = require('path');
const fs = require('fs');
const process = require('process');

const { Argument, humanReadableArgName } = require('./argument.js');
const { CommanderError } = require('./error.js');
Expand Down

0 comments on commit 47e8b20

Please sign in to comment.