There was an error while loading. Please reload this page.
1 parent affb080 commit f24cb5aCopy full SHA for f24cb5a
1 file changed
core/codeWriter.js
@@ -98,6 +98,7 @@
98
/* Get the command used to load the uploaded file */
99
function getLoadCommand() {
100
var ul = getUploadState();
101
+ if (ul.isRAMUpload) return "";
102
if (Espruino.Config.LOAD_STORAGE_FILE==2 && ul.isStorageUpload)
103
return "\x10load("+Espruino.Core.Utils.toJSONishString(ul.filename)+")\n";
104
else if (Espruino.Config.LOAD_STORAGE_FILE!=0)
0 commit comments