mirror of
https://github.com/github/codeql.git
synced 2025-12-29 15:16:34 +01:00
6 lines
131 B
JavaScript
6 lines
131 B
JavaScript
log.info(`Connecting to ${id}`)
|
|
let connection = openConnection(id)
|
|
if (!connection) {
|
|
log.error(`Could not connect to ${id}`)
|
|
}
|