Skip to content

Commit

Permalink
fix: change library name in debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
reisxd committed Aug 14, 2024
1 parent 14bdb41 commit 892c355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tizenbrew-app/TizenBrew/service/debugger.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"use strict";
const WebSocket = require('ws');
const WebSocket = require('ws-old');
const fetch = require('node-fetch');
let client = null;
let currentID = 12;
Expand Down

0 comments on commit 892c355

Please sign in to comment.