This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/echarts-examples.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 19917b89 remove debugger
19917b89 is described below

commit 19917b897aafac5330a2c0d77cfbe0f75713082c
Author: plainheart <[email protected]>
AuthorDate: Mon Nov 10 22:58:53 2025 +0800

    remove debugger
---
 src/dep/uint8array-polyfill.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/dep/uint8array-polyfill.js b/src/dep/uint8array-polyfill.js
index 6e3e890e..39144e57 100644
--- a/src/dep/uint8array-polyfill.js
+++ b/src/dep/uint8array-polyfill.js
@@ -129,7 +129,6 @@ function skipAsciiWhitespace(string, index) {
 }
 
 function fromBase64(string, alphabet, lastChunkHandling, maxLength) {
-  debugger;
   if (maxLength === 0) {
     return { read: 0, bytes: [], error: null };
   }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to