watchman send dsk for desktop (#6916)
This commit is contained in:
parent
57ac473b00
commit
9ec8f56051
1 changed files with 3 additions and 0 deletions
|
@ -103,6 +103,9 @@ function getDeviceType() {
|
|||
// }
|
||||
|
||||
// default as web, this can be optimized
|
||||
if (!IS_WEB) {
|
||||
return 'dsk';
|
||||
}
|
||||
return 'web';
|
||||
}
|
||||
// variables initialized for watchman
|
||||
|
|
Loading…
Reference in a new issue