Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Dec 12, 2024
1 parent a510ca2 commit 2a06d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telefunc/node/server/runTelefunc/loadTelefuncFiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ async function loadTelefuncFiles(runContext: {
//
const res2 = await loadTelefuncFilesWithVite(runContext, true)
assert(res2 === null)
assert(false) // loadTelefuncFilesWithVite() should have called assertUsage()
assert(false) // loadTelefuncFilesWithVite() should have thrown an assertUsage() error
}
}

Expand Down

0 comments on commit 2a06d20

Please sign in to comment.