Skip to content

Commit

Permalink
chore: update compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoenig134 committed Sep 24, 2024
1 parent ae48492 commit 1566f15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ConnectorTUI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ export class ConnectorTUI extends ConnectorTUIBaseWithMixins {
// allow connector in debugging mode to be used
if (connectorVersionInfo.version === "{{version}}") return connectorVersionInfo

if (!connectorVersionInfo.version.startsWith("5.")) {
console.log(`This TUI is made for enmeshed V5 connectors (starting with version 5.0.0 of the connector). Current version: ${connectorVersionInfo.version}`)
if (!connectorVersionInfo.version.startsWith("6.")) {
console.log(`This TUI is made for enmeshed V6 connectors (starting with version 6.0.0 of the connector). Current version: ${connectorVersionInfo.version}`)

return
}
Expand Down

0 comments on commit 1566f15

Please sign in to comment.