mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-08-10 01:05:33 +02:00
log this.task_id in task.js
This commit is contained in:
parent
42c8062bcf
commit
2bd6b2cb49
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ export class Task {
|
|||
this.taskStartTime = Date.now();
|
||||
this.validator = null;
|
||||
this.blocked_actions = [];
|
||||
this.task_id = task_id;
|
||||
if (task_path && task_id) {
|
||||
this.data = this.loadTask(task_path, task_id);
|
||||
this.taskTimeout = this.data.timeout || 300;
|
||||
|
|
Loading…
Add table
Reference in a new issue