Skip to content

Commit

Permalink
Update src/utils.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Arya Emami <aryaemami59@yahoo.com>
  • Loading branch information
markerikson and aryaemami59 committed Jun 1, 2024
1 parent 8ba87ff commit 3692d5c
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 @@ -9,7 +9,7 @@ import type {
DevModeChecksExecutionInfo
} from './types'

export const NOT_FOUND = Symbol('NOT_FOUND')
export const NOT_FOUND = /* @__PURE__ */ Symbol('NOT_FOUND')
export type NOT_FOUND_TYPE = typeof NOT_FOUND

/**
Expand Down

0 comments on commit 3692d5c

Please sign in to comment.