Skip to content

Commit

Permalink
Remove node.js warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tracy-codes committed Jun 12, 2024
1 parent bfd0ed1 commit 63433be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/shdw-drive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ import { ShadowDriveResponse, ShdwDrive, UserInfo } from "@shadow-drive/sdk";
import { from, map, mergeMap, tap, toArray } from "rxjs";
import mime from "mime-types";
import { version } from "../package.json";
import process from "process";
process.removeAllListeners("warning");

program.version(version);
program.description(
Expand Down

0 comments on commit 63433be

Please sign in to comment.