Skip to content

Commit 36dabc2

Browse files
committed
docs: Add reference link for V8 engine resource management
1 parent 943f575 commit 36dabc2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/top/howiehz/halo/plugin/extra/api/service/js/runtime/engine/impl/V8EnginePoolServiceImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ public void afterPropertiesSet() throws Exception {
8484
*/
8585
@Override
8686
public void destroy() throws Exception {
87+
// https://www.caoccao.com/Javet/reference/resource_management/load_and_unload.html
8788
if (enginePool != null) {
8889
try {
8990
enginePool.close();

0 commit comments

Comments
 (0)