mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 02:01:40 -05:00
apollo-server-core: remove unused function printStackTrace
This commit is contained in:
parent
52b6f761f6
commit
8fdbfcd8c8
1 changed files with 0 additions and 4 deletions
|
@ -83,10 +83,6 @@ export function runQuery(options: QueryOptions): Promise<GraphQLResponse> {
|
|||
return Promise.resolve().then(() => doRunQuery(options));
|
||||
}
|
||||
|
||||
function printStackTrace(error: Error) {
|
||||
console.error(error.stack);
|
||||
}
|
||||
|
||||
function format(
|
||||
errors: Array<Error>,
|
||||
options?: {
|
||||
|
|
Loading…
Add table
Reference in a new issue