Skip to content

Commit c81986d

Browse files
committed
Fix options initial value
1 parent 9cf8ee2 commit c81986d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide-automator.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ var options = {
1515
image: false,
1616
style: 'default',
1717
autosleep: 200,
18-
browser: null,
18+
browser: "",
1919
headless: false,
20-
window: null
20+
window: ""
2121
};
2222
var pjson = require('./package.json');
2323
var program = require('commander');

0 commit comments

Comments
 (0)