Skip to content

Commit

Permalink
Update osascript options
Browse files Browse the repository at this point in the history
  • Loading branch information
mischah committed Nov 6, 2015
1 parent 94fc14e commit 4e24ede
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ var chalk = require('chalk');
var requireDir = require('require-dir');
var lib = requireDir('./lib');
var osascriptOpts = {
type: 'JavaScript',
args: ['-s', 's']
flags: ['-s', 's']
};

function startPlayback(callback) {
Expand Down

0 comments on commit 4e24ede

Please sign in to comment.