Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9b1cc85

Browse files
committed
added missing semicolon
1 parent b979ad9 commit 9b1cc85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bridge.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
const ret = pyProxy.toJs();
120120
pyProxy.destroy();
121121
return ret;
122-
}
122+
};
123123

124124
// Provides access to the Python interpreter and Python code.
125125
const pyodide = await (async function () {

0 commit comments

Comments
 (0)