Skip to content

Commit 0d5ee25

Browse files
committed
renamed
1 parent 549c23e commit 0d5ee25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/Flash.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ export default function Flash() {
212212
return qdlManager.current.initialize(imageManager.current)
213213
})
214214
.catch((err) => {
215-
console.error('Error initializing QDL manager:', err)
215+
console.error('Error initializing Flash manager:', err)
216216
setError(ErrorCode.UNKNOWN)
217217
})
218218
}, [config, imageManager.current])

0 commit comments

Comments
 (0)