We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d902a23 commit 57102e2Copy full SHA for 57102e2
1 file changed
src/PackageCompiler.jl
@@ -63,7 +63,7 @@ function create_pkg_context(project)
63
error("could not find project at $(repr(project))")
64
end
65
ctx = Pkg.Types.Context(env=Pkg.Types.EnvCache(project_toml_path))
66
- if isempty(ctx.env.manifest)
+ if isfile(ctx.env.manifest_file)
67
@warn "it is not recommended to create an app/library without a preexisting manifest"
68
69
return ctx
0 commit comments