From 0cbc8254abe253a24a205dadc2fe973426474d34 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Tue, 7 Feb 2017 10:46:44 +0100 Subject: [PATCH] Oops --- index.js | 2 ++ 1 file changed, 2 insertions(+) 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() {