Skip to content

Commit 93c59a5

Browse files
authored
Merge pull request #554 from ztyyLV/Jackson-branch
Update failed-to-load-resource.md
2 parents 79d0285 + 58a8476 commit 93c59a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

faq/failed-to-load-resource.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ Note: the new certificate from Dynamsoft will expire on December 8th, 2023. This
4646
Dynamsoft.DWT.UpdateCert(
4747
Dynamsoft.DWT.ServiceCertUpdateURL,
4848
function () {
49-
    },
50-
    function (errorCode, errorString) {
51-
        console.log(errorString);
52-
    }
49+
   },
50+
   function (errorCode, errorString) {
51+
      console.log(errorString);
52+
   }
5353
);
5454
```
5555

0 commit comments

Comments
 (0)