This commit is contained in:
Peli de Halleux 2015-04-23 12:57:34 -07:00
Родитель d723f4107f
Коммит 8c7f1a8246
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -810,7 +810,7 @@ module TDev {
// This is mandatory: since [setInstalledAsync] uses the
// [scriptText] to save data, there's no way we can switch to a
// different name at this stage.
Util.assert(meta.name == stub.scriptName);
Util.assert(meta.name.trim() == stub.scriptName.trim());
// For compatibility with old cloud entries, we now switch to
// the semantics "falsy [editor] field for [Cloud.Header] means
// TouchDevelop editor".