Skip to content

Commit

Permalink
Merge pull request #239 from Mathieu2301/hotfix/add-stack-trace-in-st…
Browse files Browse the repository at this point in the history
…udy-error

Add 'stack_trace' in study error
  • Loading branch information
Mathieu2301 committed Apr 2, 2024
2 parents 4433bc2 + 9ab380a commit 693f205
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/allErrors.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ describe('AllErrors', () => {
funName: '\'supertrend\'',
},
error: 'Error on bar {bar_index}: Invalid value of the \'{nameInvalidValue}\' argument ({length}) in the \'{funName}\' function. It must be {operation} 0.',
stack_trace: [{ n: '#main', p: 7 }],
},
'undefined',
]);
Expand Down

0 comments on commit 693f205

Please sign in to comment.