mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-10 17:13:37 +00:00
log out which version is being checked out
This commit is contained in:
parent
6758ab4ee2
commit
488e9cb842
1 changed files with 1 additions and 0 deletions
|
@ -147,6 +147,7 @@ module.exports = (grunt) ->
|
|||
|
||||
checkoutVersion: (service, callback = (error) ->) ->
|
||||
dir = service.name
|
||||
grunt.log.write "checking out #{service.name} #{service.version}"
|
||||
proc = spawn "git", ["checkout", service.version], stdio: "inherit", cwd: dir
|
||||
proc.on "close", () ->
|
||||
callback()
|
||||
|
|
Loading…
Reference in a new issue