Initial commit
This commit is contained in:
commit
78f8d225ee
21173 changed files with 2907774 additions and 0 deletions
12
node_modules/next/dist/lib/format-server-error.d.ts
generated
vendored
Normal file
12
node_modules/next/dist/lib/format-server-error.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
/**
|
||||
* Input:
|
||||
* Error: Something went wrong
|
||||
at funcName (/path/to/file.js:10:5)
|
||||
at anotherFunc (/path/to/file.js:15:10)
|
||||
|
||||
* Output:
|
||||
at funcName (/path/to/file.js:10:5)
|
||||
at anotherFunc (/path/to/file.js:15:10)
|
||||
*/
|
||||
export declare function getStackWithoutErrorMessage(error: Error): string;
|
||||
export declare function formatServerError(error: Error): void;
|
||||
Loading…
Add table
Add a link
Reference in a new issue