We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0fb7bf commit c0ac80aCopy full SHA for c0ac80a
core/5.0/debug.d.ts
@@ -179,5 +179,5 @@ declare namespace debug {
179
* string is appended at the beginning of the traceback. This function is
180
* typically used with xpcall to produce better error messages.
181
*/
182
- function traceback<T>(message: T): T;
+ function traceback(message?: string | null): string;
183
}
0 commit comments