Skip to content

Commit

Permalink
update arRPC
Browse files Browse the repository at this point in the history
  • Loading branch information
smartfrigde committed Apr 29, 2024
1 parent a532cb9 commit 362a116
Show file tree
Hide file tree
Showing 5 changed files with 10,868 additions and 82,724 deletions.
2 changes: 1 addition & 1 deletion src/arrpc/src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const rgb = (r, g, b, msg) => `\x1b[38;2;${r};${g};${b}m${msg}\x1b[0m`;
const log = (...args) => console.log(`[${rgb(88, 101, 242, "arRPC")}]`, ...args);

log("arRPC v3.3.1 ArmCord");
log("arRPC v3.4.0 ArmCord");
const RPCServer = require("./server.js");
const {mainWindow} = require("../../../ts-out/window.js");

Expand Down

0 comments on commit 362a116

Please sign in to comment.