Skip to content

Commit 6a3233f

Browse files
committed
Add debugging help link (see #3836)
1 parent 70c6a04 commit 6a3233f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/version_manager.py

+2
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,8 @@ def exec_check(cpp_header_dir, api_versions_file, api_untracked_file, debug_dir,
362362
print('WARNING: This change can break back/forward binary compatibility.')
363363
else:
364364
sys.stderr.write('ERROR: %d hashes checked and failed\n' % len_failed)
365+
sys.stderr.write('\nFor debugging tips/tricks see\n' +
366+
'https://github.com/chromiumembedded/cef/issues/3836#issuecomment-2587767028\n\n')
365367

366368
print('%d hashes checked and match (%d/%d versioned, %d/%d untracked).' %
367369
(len(versions) - len_failed,

0 commit comments

Comments
 (0)