]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: remove todo
authorEvan You <yyx990803@gmail.com>
Mon, 21 Oct 2019 14:04:02 +0000 (10:04 -0400)
committerEvan You <yyx990803@gmail.com>
Mon, 21 Oct 2019 14:04:02 +0000 (10:04 -0400)
packages/runtime-core/src/errorHandling.ts

index 758f8425e3f5239e294f001657d38ef77a415ae5..57ed496a7596247dcc766ddab52b8a458cc032b1 100644 (file)
@@ -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')