Closed mrstebo closed 8 years ago
path was being modified in the Repository class, thus overriding the initial path = require 'path' declaration.
path
path = require 'path'
Fixes #6
path
was being modified in the Repository class, thus overriding the initialpath = require 'path'
declaration.Fixes #6