Skip to content

Commit

Permalink
try: RMI started string change
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-miniutka committed Feb 12, 2025
1 parent dcc61d0 commit 9c43fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ $(document).ready(function() {
resultArea.value = oldTextareaValue + response.text;

if(!window.rmiStarted) {
let match = /.*Exporting\sRMI\slogics\sobject\s\(port:\s(\d+)\)\sended.*/g.exec( resultArea.value );
let match = /.*Exporting\sRMI\slogics\sobject\s\(port:\s(\d+)\)\sfinished.*/g.exec( resultArea.value );
if (match) {
window.open(server + '/?port=' + rmiPort, '_blank');
showOpenTabButton();
Expand Down

0 comments on commit 9c43fea

Please sign in to comment.