Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Nov 27, 2023
1 parent 4b5e704 commit 5d2b76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ const scopeContribution = (contributor: Node): List<[Name, Node]> => {
const canBeReferenced = (node: Node): node is Entity | Field | Parameter => node.is(Entity) || node.is(Field) || node.is(Parameter)

// ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════
// WOLLOK AST
// HTTP SERVER
// ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════

export const serverError = ({ port, code }: { port: string, code: string }): void => {
Expand Down

0 comments on commit 5d2b76e

Please sign in to comment.