mirror of https://gitee.com/bigwinds/arangodb
Remove module.context.foxxFilename
This commit is contained in:
parent
5161c63670
commit
6a217bc9f7
|
@ -57,10 +57,6 @@ class FoxxContext {
|
|||
return fs.readFileSync(this.fileName(filename), encoding);
|
||||
}
|
||||
|
||||
foxxFilename(filename) {
|
||||
return this.fileName(filename);
|
||||
}
|
||||
|
||||
path(name) {
|
||||
return path.join(this._prefix, name);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue