Skip to content

Commit 4dce522

Browse files
heliumbrainjpaquim
authored andcommitted
Call utils function in @sveltejs/kit
The utils function in the @sveltejs/kit package was never called. Fixed that.
1 parent c02a94e commit 4dce522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default function ({
1616
const adapter = {
1717
name: 'svelte-adapter-deno',
1818

19-
async adapt(utils) {
19+
async adapt({ utils }) {
2020
const dirs = {
2121
files: fileURLToPath(new URL('./files', import.meta.url)),
2222
server: join('.svelte-kit', 'output', 'server'),

0 commit comments

Comments
 (0)