We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d47f738 commit 0dde133Copy full SHA for 0dde133
src/Wiki/edit.html
@@ -191,7 +191,7 @@ <h2>Edit Wiki Post</h2>
191
}
192
} catch (error) {
193
console.error('Error updating wiki:', error);
194
- alert('Error updating wiki. Please check your connection or try again later.');
+ alert('Error updating wiki. Please check your connection or try again later.', error);
195
196
});
197
0 commit comments