Files
codeql/javascript/ql/src/LanguageFeatures/examples/TemplateSyntaxInStringLiteral.js
2018-08-02 17:53:23 +01:00

6 lines
131 B
JavaScript

log.info(`Connecting to ${id}`)
let connection = openConnection(id)
if (!connection) {
log.error('Could not connect to ${id}')
}