tapjs/stack-utils

indent missing in TypeScript definition for the clean fn

Opened this issue · 0 comments

TSError: ⨯ Unable to compile TypeScript:
server/logger/index.ts:48:57 - error TS2554: Expected 1 arguments, but got 2.

48       message += NEW_LINE + `${stack.clean(error.stack, 6)}`;