Skip to content

Commit

Permalink
add port log
Browse files Browse the repository at this point in the history
  • Loading branch information
bugsounet committed Jun 24, 2024
1 parent ca3fd02 commit dad2be8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions node_helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ module.exports = NodeHelper.create({
if (err) {
this.sendSocketNotification("WARNING" , { message: "VLCError", values: err.message });
console.error(`[VLC] ${err}`);
} else {
console.log("[VLC] Start listening on port 8082");
}
});
},
Expand Down

0 comments on commit dad2be8

Please sign in to comment.