Skip to content

Commit e947f74

Browse files
committed
Add adapter artifacts
1 parent 1615d2f commit e947f74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

release/adapter.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2374,7 +2374,7 @@ function detectBrowser(window) {
23742374
if (chromium) {
23752375
return {
23762376
browser: 'chrome',
2377-
version: chromium.version
2377+
version: parseInt(chromium.version, 10)
23782378
};
23792379
}
23802380
}

release/adapter_no_global.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2374,7 +2374,7 @@ function detectBrowser(window) {
23742374
if (chromium) {
23752375
return {
23762376
browser: 'chrome',
2377-
version: chromium.version
2377+
version: parseInt(chromium.version, 10)
23782378
};
23792379
}
23802380
}

0 commit comments

Comments
 (0)