From: Evan You Date: Mon, 21 Oct 2019 14:04:02 +0000 (-0400) Subject: chore: remove todo X-Git-Tag: v3.0.0-alpha.0~362 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f241c92917621d40245a9c13352cf2ae6768f2c7;p=thirdparty%2Fvuejs%2Fcore.git chore: remove todo --- 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')