This commit is contained in:
Michel Roux 2017-02-07 10:46:44 +01:00
parent 2155194f6d
commit 0cbc8254ab
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ class VirtualBox {
if (opts.writable === false || opts.readonly) args.push('--readonly')
if (opts.transient) args.push('--transient')
this.command(args, done)
}
removeShare() {