Closed codyzu closed 8 years ago
I'm going to lose my sanity if this doesn't get merged.
As an FYI, a much simpler method of solving this would be:
const filePath = atom.workspace.getActiveTextEditor().getPath();
const [projectPath] = atom.project.relativizePath(filePath);
fix #121 comparing real and symbolic file paths