We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25acd7e commit 4b96ed0Copy full SHA for 4b96ed0
1 file changed
src/v9.ts
@@ -29,7 +29,7 @@ export default class CSInterface extends CSInterfaceV8 {
29
getMonitorScaleFactor(): number {
30
31
if (navigator.appVersion.toLowerCase().indexOf("windows") === -1) {
32
- throw Error('OS not supported');
+ throw Error('Operation System not supported');
33
}
34
35
return window.__adobe_cep__.getMonitorScaleFactor();
0 commit comments