Skip to content

Commit

Permalink
Update dictionary test script path
Browse files Browse the repository at this point in the history
  • Loading branch information
pgaskin committed Mar 21, 2024
1 parent a3cc03c commit a3f6a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dict/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ func main() {
}
if _, err := os.Stat("go.mod"); err == nil {
_ = os.Symlink("../dict/lib/dict.js", "build/dict.js")
_ = os.Symlink("../patches/dictionary/dictionary.js", "build/dictionary.js")
_ = os.Symlink("../patches/dictionary.js", "build/dictionary.js")
} else if err := os.WriteFile("build/dict.js", dict.JS(), 0666); err != nil {
panic(err)
}
Expand Down

0 comments on commit a3f6a66

Please sign in to comment.