mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -07:00
test: cases for parse(<tpl>, <relative filepath>), #395
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ export class Loader {
|
||||
if (!enforceRoot || referenced.startsWith(dir)) {
|
||||
// the relatively referenced file is within one of root dirs
|
||||
yield referenced
|
||||
return
|
||||
break
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user