From 175cf7487fa00ef8adbeec7dc5960c5187148385 Mon Sep 17 00:00:00 2001 From: "DESKTOP-O1U24RQ\\Kevin_Yu" Date: Tue, 21 Jun 2022 16:28:51 +0800 Subject: [PATCH] minior fixed --- puppet/src/contentscript.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet/src/contentscript.js b/puppet/src/contentscript.js index faf2518..2cd568c 100644 --- a/puppet/src/contentscript.js +++ b/puppet/src/contentscript.js @@ -22,7 +22,7 @@ * @return {Promise} */ window.__chronoParseDate = function (text, ref, option) {} -window._tryParseDateByTimeZone = function (text, ref, option) { } +window.__tryParseDateByTimeZone = function (text, ref, option) { } /** * @param {...string} text - The objects to log. * @return {Promise}