Skip to content

Commit 0dde133

Browse files
authored
Update edit.html
1 parent d47f738 commit 0dde133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Wiki/edit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ <h2>Edit Wiki Post</h2>
191191
}
192192
} catch (error) {
193193
console.error('Error updating wiki:', error);
194-
alert('Error updating wiki. Please check your connection or try again later.');
194+
alert('Error updating wiki. Please check your connection or try again later.', error);
195195
}
196196
});
197197

0 commit comments

Comments
 (0)