semanticdb-common-lib
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -105,2 +105,6 @@ "use strict"; | ||
var merged = []; | ||
if (arrays.length > 1000) | ||
throw new Error('数据量过大,暂不支持显示'); | ||
if (arrays.every(function (array) { return array.length > 10000; })) | ||
throw new Error('数据量过大,暂不支持显示'); | ||
arrays.forEach(function (array) { | ||
@@ -107,0 +111,0 @@ array.forEach(function (i) { |
@@ -119,2 +119,6 @@ /*! ***************************************************************************** | ||
var merged = []; | ||
if (arrays.length > 1000) | ||
throw new Error('数据量过大,暂不支持显示'); | ||
if (arrays.every(function (array) { return array.length > 10000; })) | ||
throw new Error('数据量过大,暂不支持显示'); | ||
arrays.forEach(function (array) { | ||
@@ -121,0 +125,0 @@ array.forEach(function (i) { |
@@ -125,2 +125,6 @@ (function (global, factory) { | ||
var merged = []; | ||
if (arrays.length > 1000) | ||
throw new Error('数据量过大,暂不支持显示'); | ||
if (arrays.every(function (array) { return array.length > 10000; })) | ||
throw new Error('数据量过大,暂不支持显示'); | ||
arrays.forEach(function (array) { | ||
@@ -127,0 +131,0 @@ array.forEach(function (i) { |
{ | ||
"name": "semanticdb-common-lib", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
33131
416