1.6.2
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