mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -07:00
fix: sample FS in render-file.md (#594)
This commit is contained in:
@@ -85,7 +85,7 @@ var engine = new Liquid({
|
|||||||
existsSync () {
|
existsSync () {
|
||||||
return true
|
return true
|
||||||
},
|
},
|
||||||
exists () {
|
async exists () {
|
||||||
return true
|
return true
|
||||||
},
|
},
|
||||||
contains () {
|
contains () {
|
||||||
|
|||||||
Reference in New Issue
Block a user