Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hub
overleaf
Commits
b72e6fba
Commit
b72e6fba
authored
May 28, 2014
by
James Allen
Browse files
Report failed fpm command
parent
b0a759ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Gruntfile.coffee
View file @
b72e6fba
...
...
@@ -361,7 +361,11 @@ module.exports = (grunt) ->
)
console
.
log
"fpm "
+
command
.
join
(
" "
)
proc
=
spawn
"fpm"
,
command
,
stdio
:
"inherit"
proc
.
on
"close"
,
callback
proc
.
on
"close"
,
(
code
)
->
if
code
!=
0
callback
(
new
Error
(
"exit code:
#{
code
}
"
))
else
callback
()
...
...
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!
Cancel
Please
register
or
sign in
to comment