Skip to content

Commit

Permalink
chore: tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed May 30, 2024
1 parent cf7177d commit a63f5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instances/defineInstance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export function defineInstance<parameters = undefined>(
const timer = setTimeout(() => {
clearTimeout(timer)
stopResolver.reject(
new Error(`Instance "${name}" failed to stop in time`),
new Error(`Instance "${name}" failed to stop in time.`),
)
}, timeout)
}
Expand Down

0 comments on commit a63f5dd

Please sign in to comment.