Skip to content

Commit 1e1fcba

Browse files
committed
Update failed-to-load-resource.md
1 parent fcc1b36 commit 1e1fcba

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

faq/failed-to-load-resource.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,12 @@ 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
```
55-
5655
<!--
5756

5857
1) Go to service directory, and find _DSConfiguration.ini_.

0 commit comments

Comments
 (0)