compound icon indicating copy to clipboard operation
compound copied to clipboard

Console: change __dirname to expected __dirname

Open randunel opened this issue 11 years ago • 0 comments

Problem: when running rw c or rw c "script", the __dirname is /path/to/project/node_modules/compound/lib/server. Expected: __dirname === /path/to/project

Current workaround: var dirname = './', since ./ points to the correct local dir.

randunel avatar Sep 24 '14 16:09 randunel