mirror of
https://github.com/github/codeql.git
synced 2026-01-02 17:26:44 +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}')
|
|
}
|