Thanks to visit codestin.com Credit goes to github.com
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.
2 parents d1c6659 + f582a40 commit 6b11d64Copy full SHA for 6b11d64
src/mono/wasm/runtime/library_mono.js
@@ -589,8 +589,8 @@ var MonoSupportLib = {
589
Module._free (this._debugger_buffer);
590
this._debugger_buffer_len = Math.max(command_parameters.length, this._debugger_buffer_len, 256);
591
this._debugger_buffer = Module._malloc (this._debugger_buffer_len);
592
- this._debugger_heap_bytes = new Uint8Array (Module.HEAPU8.buffer, this._debugger_buffer, this._debugger_buffer_len);
593
}
+ this._debugger_heap_bytes = new Uint8Array (Module.HEAPU8.buffer, this._debugger_buffer, this._debugger_buffer_len);
594
this._debugger_heap_bytes.set(this._base64_to_uint8 (command_parameters));
595
},
596
0 commit comments