You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
The stack trace should match the Java stack trace which is the same as the format when using console.trace
Here's the desired output:
System.err: StackTrace:
System.err: viewModel.onTap(file:///data/data/org.nativescript.test/files/app/main-view-model.js:17:0)
System.err: at push.../node_modules/tns-core-modules/data/observable/observable.js.Observable.notify(file:///node_modules/tns-core-modules/data/observable/observable.js:107:0)
System.err: at push.../node_modules/tns-core-modules/data/observable/observable.js.Observable._emit(file:///node_modules/tns-core-modules/data/observable/observable.js:127:0)
System.err: at ClickListenerImpl.onClick(file:///node_modules/tns-core-modules/ui/button/button.js:29:0)
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When an exception is thrown the JS stack trace is output in the following format:
Describe the solution you'd like
The stack trace should match the Java stack trace which is the same as the format when using
console.trace
Here's the desired output:
The text was updated successfully, but these errors were encountered: