Fix syntax path matching

This commit is contained in:
Matt Colyer
2013-11-06 17:04:50 -08:00
parent d6cb848503
commit 98db48eae6

View File

@@ -6,7 +6,7 @@ path = require 'path'
{Emitter} = require 'emissary'
{ScopeSelector} = require 'first-mate'
pathSplitRegex = new RegExp("[#{path.sep}.]")
pathSplitRegex = new RegExp("[#{"\\"+path.sep}.]")
### Internal ###