Skip to content

NodeJS is app is crashing  #3

@pkkasu

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 ?

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