Skip to content

Commit 9ab380a

Browse files
committed
Add 'stack_trace' in study error
1 parent 4433bc2 commit 9ab380a

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)