We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 360ffd0 commit 57e67f1Copy full SHA for 57e67f1
Source/Scene/Expression.js
@@ -1290,7 +1290,7 @@ define([
1290
1291
//>>includeStart('debug', pragmas.debug);
1292
if (typeof test !== 'boolean') {
1293
- throw new DeveloperError('First argument of conditional expression must be a boolean. Argument is ' + type + '.');
+ throw new DeveloperError('Conditional argument of conditional expression must be a boolean. Argument is ' + test + '.');
1294
}
1295
//>>includeEnd('debug');
1296
0 commit comments