Skip to content

Commit 173554c

Browse files
committed
Fix format
1 parent 065993d commit 173554c

File tree

1 file changed

+1
-1
lines changed
  • extensions/llamacpp-extension/src

1 file changed

+1
-1
lines changed

extensions/llamacpp-extension/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export default class llamacpp_extension extends AIEngine {
172172
version_backends.sort((a, b) => b.version.localeCompare(a.version))
173173
}
174174
} catch (error) {
175-
throw new Error(`Failed to fetch supported backends: {error}`)
175+
throw new Error(`Failed to fetch supported backends: ${error}`)
176176
}
177177

178178
let bestAvailableBackendString =

0 commit comments

Comments
 (0)