diff --git a/custom_node_modules/main/pty.js b/custom_node_modules/main/pty.js index 402c07b1..28e3a0a5 100755 --- a/custom_node_modules/main/pty.js +++ b/custom_node_modules/main/pty.js @@ -1349,7 +1349,7 @@ let initializeCQLSH = (window) => { process.on('data', (data) => { output += `${data}` - if ((manipulateOutput(output).match(/KEYWORD:INIT:COMPLETED/gi) || []).length >= 2) + if ((manipulateOutput(output).match(/KEYWORD:INIT:COMPLETED/gi) || []).length >= 1) window.webContents.send(`pty:cqlsh:initialize:finished`) }) }