mirror of https://github.com/sbt/sbt.git
Merge pull request #4804 from eatkins/missing-case
Add missing match case
This commit is contained in:
commit
4badceb159
|
|
@ -365,6 +365,7 @@ object State {
|
|||
case _ =>
|
||||
}
|
||||
}
|
||||
case _ =>
|
||||
}
|
||||
}
|
||||
s.put(BasicKeys.extendedClassLoaderCache, cache)
|
||||
|
|
|
|||
Loading…
Reference in New Issue