Skip to content

Commit 3e2bb43

Browse files
committed
fix
1 parent eb3519a commit 3e2bb43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/academy/expert_scraping_with_apify/solutions/using_api_and_client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ const withAPI = async () => {
118118

119119
return Apify.setValue('OUTPUT', data, { contentType: 'text/csv' });
120120
} catch (error) {
121-
throw new Error(error?.message);
121+
throw new Error(`Failed to run actor and set value: ${error?.message}`);
122122
}
123123
};
124124
```

0 commit comments

Comments
 (0)