tweaks
Browse files
server.js
CHANGED
|
@@ -25,6 +25,8 @@ class ProgressTracker extends EventEmitter {
|
|
| 25 |
this.message = '';
|
| 26 |
}
|
| 27 |
|
|
|
|
|
|
|
| 28 |
updateProgress(progress, status, message) {
|
| 29 |
this.progress = progress;
|
| 30 |
this.status = status;
|
|
|
|
| 25 |
this.message = '';
|
| 26 |
}
|
| 27 |
|
| 28 |
+
|
| 29 |
+
// oo yeah
|
| 30 |
updateProgress(progress, status, message) {
|
| 31 |
this.progress = progress;
|
| 32 |
this.status = status;
|