shell: direct exports not needed anymore
This commit is contained in:
@@ -157,9 +157,4 @@ function shell(tag) {
|
||||
};
|
||||
}
|
||||
|
||||
shell.exec = exec;
|
||||
shell.execArgs = execArgs;
|
||||
shell.sudo = sudo;
|
||||
shell.promises = { sudo: util.promisify(sudo) };
|
||||
|
||||
exports = module.exports = shell;
|
||||
|
||||
Reference in New Issue
Block a user