Skip to content

Commit f855d44

Browse files
author
smellai
committed
replace killprogrammer with killupload
1 parent 06dc074 commit f855d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/socket-daemon.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,6 @@ export default class SocketDaemon extends Daemon {
492492
status: this.UPLOAD_ERROR,
493493
err: 'upload stopped'
494494
});
495-
this.socket.emit('command', 'killprogrammer');
495+
this.socket.emit('command', 'killupload');
496496
}
497497
}

0 commit comments

Comments
 (0)