Skip to content

Commit 57e67f1

Browse files
committed
Fix jsHint
1 parent 360ffd0 commit 57e67f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Scene/Expression.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1290,7 +1290,7 @@ define([
12901290

12911291
//>>includeStart('debug', pragmas.debug);
12921292
if (typeof test !== 'boolean') {
1293-
throw new DeveloperError('First argument of conditional expression must be a boolean. Argument is ' + type + '.');
1293+
throw new DeveloperError('Conditional argument of conditional expression must be a boolean. Argument is ' + test + '.');
12941294
}
12951295
//>>includeEnd('debug');
12961296

0 commit comments

Comments
 (0)