Skip to content

Commit

Permalink
(close the bracket in error message (JuliaLang#347)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
visr authored Feb 20, 2020
1 parent b7ccd8a commit 4611a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PackageCompiler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ function create_app(package_dir::String,
if isdir(app_dir)
if !force
error("directory $(repr(app_dir)) already exists, use `force=true` to overwrite (will completely",
" remove the directory")
" remove the directory)")
end
rm(app_dir; force=true, recursive=true)
end
Expand Down

0 comments on commit 4611a79

Please sign in to comment.