Skip to content

NodeJS is app is crashing  #3

Description

@pkkasu

When i pass null in the example below, the nodejs app is crashing and the error is not captured in Try and endtry

import * as talib from 'talib-binding'

const STOCHRE2 = talib .STOCH(
// RSI, /* inHigh /
// RSI, /
inLow /
// RSI, /
optAcceleration_Factor, optional */
31, 7, 0, 3, 0
)

is there any way to capture errors from the ta-lib functions ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions