Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Chinthiti Wisetsombat ( โนเน )
artillery
Commits
481163c5
Commit
481163c5
authored
9 years ago
by
hassy veldstra
Browse files
Options
Download
Plain Diff
Merge pull request #46 from hassy/fix-quick
Fix: use default logfile name in `quick`
parents
850686ed
277d864e
master
1.6.0-10
1.5.8-0
1.5.6
1.5.3
1.5.2
1.5.1
1.5.0
1.5.0-22
1.5.0-21
1.5.0-20
1.5.0-19
1.5.0-18
1.5.0-17
1.5.0-16
1.5.0-14
1.5.0-13
1.5.0-12
1.5.0-8
1.5.0-6
1.5.0-3
1.5.0-2
1.5.0-1
1.5.0-0
1.3.12
1.3.11
1.3.10
1.3.9
1.3.8
1.3.7
1.3.6
1.3.5
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0.0
v1.6.0-26
v1.6.0-25
v1.6.0-24
v1.6.0-23
v1.6.0-22
v1.6.0-21
v1.6.0-20
v1.6.0-19
v1.6.0-18
v1.6.0-17
v1.6.0-16
v1.6.0-15
v1.6.0-14
v1.6.0-13
v1.6.0-10
v1.6.0-9
v1.6.0-8
v1.6.0-7
v1.6.0-6
v1.6.0-5
v1.6.0-4
v1.6.0-3
v1.6.0-2
v1.6.0-1
v1.6.0-0
v1.5.8-3
v1.5.8-2
v1.5.8-1
v1.5.8-0
v1.5.7-0
v1.5.6
v1.5.5
v1.5.4
v1.5.3
v1.5.2
v1.5.1
v1.5.1-0
v1.5.0
v1.5.0-22
v1.5.0-21
v1.5.0-20
v1.5.0-18
v1.5.0-17
v1.5.0-16
v1.5.0-15
v1.5.0-14
v1.5.0-13
v1.5.0-12
v1.5.0-11
v1.5.0-10
v1.5.0-9
v1.5.0-8
v1.5.0-7
v1.5.0-6
v1.5.0-5
v1.5.0-4
v1.5.0-3
v1.5.0-0
v1.4.0
v1.4.0-0
v1.3.12
v1.3.11
v1.3.10
v1.3.9
v1.3.8
v1.3.7
v1.3.6
v1.3.5
v1.3.4
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/commands/quick.js
+1
-1
lib/commands/quick.js
with
1 addition
and
1 deletion
+1
-1
lib/commands/quick.js
+
1
−
1
View file @
481163c5
...
...
@@ -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
});
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets