Skip to content

Commit

Permalink
+ msg
Browse files Browse the repository at this point in the history
  • Loading branch information
kanasimi committed May 21, 2024
1 parent d6e58b1 commit a2d25fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/net/wiki/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -2576,15 +2576,15 @@ 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]));

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) {
Expand Down
1 change: 1 addition & 0 deletions data/native.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit a2d25fe

Please sign in to comment.