Skip to content

Commit 057bc58

Browse files
Update templates/cli/lib/emulation/utils.js.twig
Co-authored-by: Torsten Dittmann <[email protected]>
1 parent 02d538e commit 057bc58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/cli/lib/emulation/utils.js.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ const Queue = {
158158
this.locked = true;
159159
},
160160
isEmpty() {
161-
return this.files.length == 0
161+
return this.files.length === 0
162162
},
163163
unlock() {
164164
this.locked = false;

0 commit comments

Comments
 (0)