Skip to content

Commit

Permalink
import node:process for deno
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
sr229 authored Jan 3, 2025
1 parent 192ceb5 commit cc5694d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sagiri.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import FormData from "form-data";
import { generateMask, resolveResult } from "./util";
import { SagiriClientError, SagiriServerError } from "./errors";
import type { IResponse, IResult } from "./response";
import * as process from "node:process";
import sites from "./sites";

// compatibility with older versions of nodejs. This will be removed in the future once LTS versions of nodejs has moved above 21.x
Expand Down

0 comments on commit cc5694d

Please sign in to comment.