Skip to content

Commit 6d63a57

Browse files
wildarttkelman
authored andcommitted
fixed GitHub saved token retrieval & PkgError visibility
1 parent 7c2d608 commit 6d63a57

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

base/pkg.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ export dir, init, rm, add, available, installed, status, clone, checkout,
1010
const DEFAULT_META = "https://github.com/JuliaLang/METADATA.jl"
1111
const META_BRANCH = "metadata-v2"
1212

13+
type PkgError <: Exception
14+
msg::AbstractString
15+
end
16+
1317
for file in split("git libgit2 dir github types reqs cache read query resolve write generate entry")
1418
include("pkg/$file.jl")
1519
end

0 commit comments

Comments
 (0)