Commit 481163c5 authored by hassy veldstra's avatar hassy veldstra
Browse files

Merge pull request #46 from hassy/fix-quick

Fix: use default logfile name in `quick`
Showing with 1 addition and 1 deletion
+1 -1
......@@ -74,5 +74,5 @@ function quick(url, options) {
fs.writeFileSync(tmpfn, JSON.stringify(script, null, 2), {flag: 'w'});
run(tmpfn, {quiet: options.quiet, output: options.output});
run(tmpfn, {quiet: options.quiet});
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment