From f241c92917621d40245a9c13352cf2ae6768f2c7 Mon Sep 17 00:00:00 2001 From: Evan You Date: Mon, 21 Oct 2019 10:04:02 -0400 Subject: [PATCH] chore: remove todo --- packages/runtime-core/src/errorHandling.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/runtime-core/src/errorHandling.ts b/packages/runtime-core/src/errorHandling.ts index 758f8425e3..57ed496a75 100644 --- a/packages/runtime-core/src/errorHandling.ts +++ b/packages/runtime-core/src/errorHandling.ts @@ -120,7 +120,6 @@ export function handleError( function logError(err: Error, type: ErrorTypes, contextVNode: VNode | null) { // default behavior is crash in prod & test, recover in dev. - // TODO we should probably make this configurable via `createApp` if ( __DEV__ && !(typeof process !== 'undefined' && process.env.NODE_ENV === 'test') -- 2.47.3