Index: gc_lang/fr/webext/panel/lex_editor.js ================================================================== --- gc_lang/fr/webext/panel/lex_editor.js +++ gc_lang/fr/webext/panel/lex_editor.js @@ -621,11 +621,14 @@ this.oJSON = oDAWG.createBinary(1); this.save(); oWidgets.hideElement("build_progress"); oWidgets.showElement("export_button"); // debug - console.log(oDAWG.morph("finis")); + for (let e of oDAWG.select()) { + console.log(e); + } + console.log("======="); let oIBDAWG = new IBDAWG(this.oJSON); for (let e of oIBDAWG.select()) { console.log(e); } },