diff --git a/index.js b/index.js index 2d1301a..23e7a50 100644 --- a/index.js +++ b/index.js @@ -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() {