We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdc7ad3 commit f0805e7Copy full SHA for f0805e7
index.js
@@ -94,7 +94,6 @@ module.exports = (async () => {
94
stdout_ready = false;
95
code += "\nprint('mpjsendline')";
96
if (global.promiseWaitInterval) await wait_exist(() => !global.promiseWaitInterval);
97
- console.log(code);
98
do_str(code);
99
await wait_exist(() => stdout_ready);
100
return stdout_text;
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "micropython",
3
- "version": "1.1.5",
+ "version": "1.1.6",
4
"description": "A WASM module built from the official MicroPython port",
5
"main": "index.js",
6
"directories": {
0 commit comments