mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 12:51:35 +02:00
log out which version is being checked out
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user