diff --git a/application/net/wiki/page.js b/application/net/wiki/page.js index e49560aa..a2ca93c2 100644 --- a/application/net/wiki/page.js +++ b/application/net/wiki/page.js @@ -2576,7 +2576,7 @@ function module_code(library_namespace) { if (rows.length > 0) { // console.trace(rows); - library_namespace.log_temporary('add_listener.with_diff: ' + library_namespace.log_temporary('add_listener: ' + 'Fetching ' + rows.length + ' page(s) starting from page ' + wiki_API.title_link_of(rows[0])); @@ -2584,7 +2584,7 @@ function module_code(library_namespace) { library_namespace.debug('Fetching ' + rows.length + ' recent page(s):\n' + rows.map(function(row) { return row.revid; - }), 2, 'add_listener.with_diff'); + }), 2, 'add_listener'); // 比較頁面修訂差異。 if (options.with_diff || options.with_content >= 2) { diff --git a/data/native.js b/data/native.js index 4bdfad3c..48829735 100644 --- a/data/native.js +++ b/data/native.js @@ -3909,6 +3909,7 @@ function module_code(library_namespace) { backtrack(from_index, to_index, all_list); } catch (e) { if (options.no_throw_when_stack_size_is_exceeded) { + library_namespace.error('LCS: stack size is exceeded: ' + e); all_list.error = e; return all_list; }