Skip to content

Commit fc8c289

Browse files
committed
ignore node "process" in deno
1 parent 2b85251 commit fc8c289

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mod.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// deno-lint-ignore-file no-process-global
12
/* Private functions */
23
function getChromeVersion(userAgent: string) {
34
const match = userAgent.match(/Chrom(e|ium)\/([0-9]+)\./);

0 commit comments

Comments
 (0)