mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 17:10:29 +00:00
re-add outputpath variable
This commit is contained in:
parent
ee6b6a0f0c
commit
cf59e7a71b
@ -35,7 +35,8 @@ Command.prototype.execute = function() {
|
|||||||
wiki = this.commander.wiki,
|
wiki = this.commander.wiki,
|
||||||
filter = this.params[0],
|
filter = this.params[0],
|
||||||
template = this.params[1],
|
template = this.params[1],
|
||||||
pathname = path.resolve(this.commander.outputPath,this.params[2]),
|
outputPath = this.commander.outputPath,
|
||||||
|
pathname = path.resolve(outputPath,this.params[2]),
|
||||||
type = this.params[3] || "text/html",
|
type = this.params[3] || "text/html",
|
||||||
extension = this.params[4] || ".html",
|
extension = this.params[4] || ".html",
|
||||||
deleteDirectory = (this.params[5] || "") != "noclean",
|
deleteDirectory = (this.params[5] || "") != "noclean",
|
||||||
|
Loading…
Reference in New Issue
Block a user