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 19ec432 commit f5213cfCopy full SHA for f5213cf
src/generate.jl
@@ -1,6 +1,6 @@
1
# This file is a part of Julia. License is MIT: https://julialang.org/license
2
3
-function generate(path::String; io::IO=stdout_f())
+function generate(path::String; io::IO=stderr_f())
4
base = basename(path)
5
pkg = endswith(lowercase(base), ".jl") ? chop(base, tail=3) : base
6
Base.isidentifier(pkg) || pkgerror("$(repr(pkg)) is not a valid package name")
0 commit comments