Skip to content

Commit

Permalink
ci: remove eliza logger from node plugin postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
bentatum committed Jan 5, 2025
1 parent 0628d3a commit 1ff0b31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/plugin-node/scripts/postinstall.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
import os from "os";
import { elizaLogger } from "@elizaos/core";
const platform = os.platform();

if (
platform === "linux" &&
!(os.release().includes("ubuntu") || os.release().includes("debian"))
) {
elizaLogger.log(
console.log(
"Skipping playwright installation on unsupported platform:",
platform
);
Expand Down

0 comments on commit 1ff0b31

Please # to comment.