Skip to content

1.6.2

Compare
Choose a tag to compare
@butthx butthx released this 23 Dec 05:43
· 2 commits to master since this release

Changelog:

  • Change: Removed handle function when unhandleRejection event (nodejs). Because with this function, errors cannot disable the program as it should.

Installation:

  • Deno :
import { Logger } from "https://deno.land/x/tgsnake_log@1.6.2/src/index.ts";
  • NodeJS :
npm i @tgsnake/log
yarn add @tgsnake/log

Full Changelog: 1.6.1...1.6.2