mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-11-10 16:30:38 +08:00
fix build
This commit is contained in:
parent
b8357f499a
commit
e8486c6868
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -5,6 +5,6 @@ dnscontrol.exe
|
||||||
dnscontrol
|
dnscontrol
|
||||||
dnsconfig.js
|
dnsconfig.js
|
||||||
creds.json
|
creds.json
|
||||||
integrationTest
|
integration
|
||||||
ExternalDNS
|
ExternalDNS
|
||||||
docs/_site
|
docs/_site
|
||||||
2
js/js.go
2
js/js.go
|
|
@ -42,5 +42,5 @@ func ExecuteJavascript(script string, devMode bool) (*models.DNSConfig, error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func GetHelpers(devMode bool) string {
|
func GetHelpers(devMode bool) string {
|
||||||
return FSMustString(devMode, "/helpers.js")
|
return _escFSMustString(devMode, "/helpers.js")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue