mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 17:46:00 +00:00
report wwritten rows
This commit is contained in:
@@ -107,8 +107,8 @@ module.exports = {
|
||||
}
|
||||
},
|
||||
|
||||
handle_progress(runid, { progressName, status, errorMessage }) {
|
||||
socket.emit(`runner-progress-${runid}`, { progressName, status, errorMessage });
|
||||
handle_progress(runid, progressData) {
|
||||
socket.emit(`runner-progress-${runid}`, progressData);
|
||||
},
|
||||
|
||||
rejectRequest(runid, error) {
|
||||
|
||||
Reference in New Issue
Block a user