aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_task.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/script_task.rs')
-rw-r--r--components/script/script_task.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/script_task.rs b/components/script/script_task.rs
index 5e776d4db0f..5efbb6a1deb 100644
--- a/components/script/script_task.rs
+++ b/components/script/script_task.rs
@@ -1358,6 +1358,7 @@ impl ScriptTask {
preserved_headers: load_data.headers,
data: load_data.data,
cors: None,
+ pipeline_id: Some(id),
}, LoadConsumer::Channel(input_chan))).unwrap();
let load_response = input_port.recv().unwrap();