Fixed doc.Dump?

This commit is contained in:
Unknown
2018-08-20 17:13:28 -04:00
parent f64ea7a84c
commit 86a428abe0
7 changed files with 100 additions and 3 deletions

View File

@@ -141,6 +141,7 @@ func Quit(save SaveOption) error {
}
// SaveAs saves the Photoshop document to the given location.
// // TODO(sbrow): doesn't return error on non-existant path.
func SaveAs(path string) error {
_, err := runner.Run("save", path)
return err