seiyugi / debuguy

An unintrusive JavaScript debugging/profiling/log generating tool
Mozilla Public License 2.0
7 stars 9 forks source link

behaves awkward without trailing slash in second argument #51

Closed dwi2 closed 9 years ago

dwi2 commented 9 years ago

For example debuguy autolog js js

Actual: All js files under js/ become jsXXX.js

Expected: output should be js/XXX.js

begeeben commented 9 years ago

Fixed in PR https://github.com/seiyugi/debuguy/pull/52