Skip to content

Commit

Permalink
fix error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
techmannih committed Jan 15, 2025
1 parent 99d5346 commit 14cabe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/download-fns/download-gltf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const downloadGltf = async (

if (!threeJsObject) {
throw new Error(
"No 3D object found, run the snippet before downloading the 3d model",
"To download the 3D model, please open the 3D view first",
)
}

Expand Down

0 comments on commit 14cabe9

Please sign in to comment.