We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7606720 commit cc0ea39Copy full SHA for cc0ea39
lib/win32/index.js
@@ -21,7 +21,7 @@ function windowsSnapshot(options = {}) {
21
22
const displayChoice = displayName ? ` /d "${displayName}"` : ''
23
24
- exec('"' + path.join(__dirname, 'screenCapture_1.3.1.bat') + '" ' + imgPath + displayChoice, {
+ exec('"' + path.join(__dirname, 'screenCapture_1.3.1.bat') + '" "' + imgPath + displayChoice + '"', {
25
cwd: __dirname
26
}, (err, stdout) => {
27
if (err) {
0 commit comments