Skip to content

Commit 895f5eb

Browse files
committed
Better yield not support error message
1 parent 6274e4e commit 895f5eb

File tree

1 file changed

+1
-1
lines changed
  • packages/trigger-sdk/src

1 file changed

+1
-1
lines changed

packages/trigger-sdk/src/io.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ export class IO {
809809
yield(key: string) {
810810
if (!supportsFeature("yieldExecution", this._version)) {
811811
console.warn(
812-
"[trigger.dev] io.yield() is not support by the version of the Trigger.dev platform you are using, you might need to upgrade your self-hosted Trigger.dev instance."
812+
"[trigger.dev] io.yield() is not support by the version of the Trigger.dev server you are using, you will need to upgrade your self-hosted Trigger.dev instance."
813813
);
814814

815815
return;

0 commit comments

Comments
 (0)