Skip to content

Commit

Permalink
add test log
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Jan 22, 2024
1 parent 5bec52d commit c1205ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/node/pub_sub_electron_node/Main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,11 @@ app.whenReady().then(async () => {
createWindow()
}
})
console.log("app ready");

if(cmdline_args[5] == "is_ci")
{
console.log("test is_ci");
endpoint = cmdline_args[2];
cert_file_path = cmdline_args[3];
key_file_path = cmdline_args[4];
Expand Down

0 comments on commit c1205ea

Please sign in to comment.