pull/117/merge
Lennart Kats 2015-05-22 13:27:23 +02:00
rodzic 313b3c6576
commit 568b99a9ba
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -298,6 +298,7 @@ define(function(require, exports, module) {
// I'm keeping this vague because we don't want users to blame
// a "cloud9 update" for losing work
deleteOldVfs();
metrics.increment("vfs.failed.protocol_mismatch", 1, true);
return callback(fatalError("Protocol change detected", "reload"));
}