Skip to content

Commit

Permalink
added missing path import
Browse files Browse the repository at this point in the history
  • Loading branch information
hurngchunlee committed Aug 8, 2024
1 parent 3d13aa7 commit 11c15c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions streamer/lib/utility.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const child_process = require('child_process');
const path = require('path');

// general error handler to send response to the client
var _responseOnError = function(c_type, c_data, resp) {
Expand Down

0 comments on commit 11c15c3

Please sign in to comment.