kopia lustrzana https://github.com/backface/turtlestitch
Merge pull request #606 from Gubolin/issue_190
show an error message if project cannot be loaded (fix #190)pull/3/merge
commit
c701598df1
3
gui.js
3
gui.js
|
@ -309,7 +309,8 @@ IDE_Morph.prototype.openIn = function (world) {
|
||||||
}
|
}
|
||||||
throw new Error('unable to retrieve ' + url);
|
throw new Error('unable to retrieve ' + url);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
return;
|
myself.showMessage('unable to retrieve project');
|
||||||
|
return '';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue