Cannot read property 'manager' of undefined #52
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
when I create a Greenlock object without specifying
packageRoot
parameter, the following error occours:Cannot read property 'manager' of undefined
Maybe the solution is to substitute line 142 of file lib/init.js with
(rc && rc.manager)
Thanks