Skip to content

Commit 693f205

Browse files
authored
Merge pull request #239 from Mathieu2301/hotfix/add-stack-trace-in-study-error
Add 'stack_trace' in study error
2 parents 4433bc2 + 9ab380a commit 693f205

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/allErrors.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ describe('AllErrors', () => {
180180
funName: '\'supertrend\'',
181181
},
182182
error: 'Error on bar {bar_index}: Invalid value of the \'{nameInvalidValue}\' argument ({length}) in the \'{funName}\' function. It must be {operation} 0.',
183+
stack_trace: [{ n: '#main', p: 7 }],
183184
},
184185
'undefined',
185186
]);

0 commit comments

Comments
 (0)