Merge pull request #4804 from eatkins/missing-case

Add missing match case
This commit is contained in:
eugene yokota 2019-06-14 01:06:39 +02:00 committed by GitHub
commit 4badceb159
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -365,6 +365,7 @@ object State {
case _ =>
}
}
case _ =>
}
}
s.put(BasicKeys.extendedClassLoaderCache, cache)