mirror of
https://github.com/github/codeql.git
synced 2026-05-21 22:57:11 +02:00
KE2: Enable the internal-test-exception code
This commit is contained in:
@@ -154,8 +154,6 @@ OLD: KE1
|
||||
tw.writeHasLocation(id, locId)
|
||||
tw.writeCupackage(id, pkgId)
|
||||
|
||||
/*
|
||||
OLD: KE1
|
||||
val exceptionOnFile =
|
||||
System.getenv("CODEQL_KOTLIN_INTERNAL_EXCEPTION_WHILE_EXTRACTING_FILE")
|
||||
if (exceptionOnFile != null) {
|
||||
@@ -164,6 +162,8 @@ OLD: KE1
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
OLD: KE1
|
||||
file.declarations.forEach {
|
||||
extractDeclaration(
|
||||
it,
|
||||
|
||||
Reference in New Issue
Block a user