Oops
This commit is contained in:
parent
2155194f6d
commit
0cbc8254ab
2
index.js
2
index.js
@ -38,6 +38,8 @@ class VirtualBox {
|
|||||||
|
|
||||||
if (opts.writable === false || opts.readonly) args.push('--readonly')
|
if (opts.writable === false || opts.readonly) args.push('--readonly')
|
||||||
if (opts.transient) args.push('--transient')
|
if (opts.transient) args.push('--transient')
|
||||||
|
|
||||||
|
this.command(args, done)
|
||||||
}
|
}
|
||||||
|
|
||||||
removeShare() {
|
removeShare() {
|
||||||
|
Loading…
Reference in New Issue
Block a user