mirror of
https://github.com/gohugoio/hugo.git
synced 2025-02-16 19:31:33 +00:00
babel: Run go fmt
This commit is contained in:
parent
7907935a42
commit
92de8625c7
1 changed files with 2 additions and 2 deletions
|
@ -173,8 +173,8 @@ func (t *babelTransformation) Transform(ctx *resources.ResourceTransformationCtx
|
||||||
cmdArgs = append(cmdArgs, hexec.WithEnviron(hugo.GetExecEnviron(t.rs.Cfg.BaseConfig().WorkingDir, t.rs.Cfg, t.rs.BaseFs.Assets.Fs)))
|
cmdArgs = append(cmdArgs, hexec.WithEnviron(hugo.GetExecEnviron(t.rs.Cfg.BaseConfig().WorkingDir, t.rs.Cfg, t.rs.BaseFs.Assets.Fs)))
|
||||||
|
|
||||||
defer func() {
|
defer func() {
|
||||||
compileOutput.Close()
|
compileOutput.Close()
|
||||||
os.Remove(compileOutput.Name())
|
os.Remove(compileOutput.Name())
|
||||||
}()
|
}()
|
||||||
|
|
||||||
// ARGA [--no-install babel --config-file /private/var/folders/_g/j3j21hts4fn7__h04w2x8gb40000gn/T/hugo-test-babel812882892/babel.config.js --source-maps --filename=js/main2.js --out-file=/var/folders/_g/j3j21hts4fn7__h04w2x8gb40000gn/T/compileOut-2237820197.js]
|
// ARGA [--no-install babel --config-file /private/var/folders/_g/j3j21hts4fn7__h04w2x8gb40000gn/T/hugo-test-babel812882892/babel.config.js --source-maps --filename=js/main2.js --out-file=/var/folders/_g/j3j21hts4fn7__h04w2x8gb40000gn/T/compileOut-2237820197.js]
|
||||||
|
|
Loading…
Reference in a new issue