Skip to content

Commit 8979a5a

Browse files
committed
fix(win): add note about macos sharing.
1 parent b5258ba commit 8979a5a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/electron-builder-lib/src/vm/ParallelsVm.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { exec, spawn, DebugLogger, ExtraSpawnOptions } from "builder-util"
1+
import { exec, spawn, DebugLogger, ExtraSpawnOptions, log } from "builder-util"
22
import { SpawnOptions, execFileSync, ExecFileOptions } from "child_process"
33
import { VmManager } from "./vm"
44

@@ -50,6 +50,8 @@ export class ParallelsVmManager extends VmManager {
5050
if (error.message.includes("Unable to open new session in this virtual machine")) {
5151
throw new Error(`Please ensure that your are logged in "${this.vm.name}" parallels virtual machine. In the future please do not stop VM, but suspend.\n\n${error.message}`)
5252
}
53+
54+
log.warn("ensure that 'Share folders' is set to 'All Disks', see https://goo.gl/E6XphP")
5355
throw error
5456
}
5557

0 commit comments

Comments
 (0)