Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
🐛 Fixed copy paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
davidahouse committed Sep 13, 2020
1 parent 1bc68e2 commit 502c335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/stampede-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ async function handleTask(task, responseQueue) {
"Error reading contents json file: " +
directory +
"/" +
task.result.artifacts[aindex].metadata_file +
task.result.artifacts[aindex].contents_file +
" " +
e
);
Expand Down

0 comments on commit 502c335

Please sign in to comment.