Review fixes
This commit is contained in:
parent
3178ad9a45
commit
a05faf0b2a
|
@ -85,7 +85,8 @@
|
|||
}
|
||||
|
||||
function shell(options) {
|
||||
return new (fs()).Shell(options);
|
||||
var _fs = fs();
|
||||
return new _fs.Shell(options);
|
||||
}
|
||||
|
||||
function cleanup(callback) {
|
||||
|
|
Loading…
Reference in New Issue