@@ -25,7 +25,7 @@ <h1><a href="index.html">All files</a> factory.js</h1>
2525 < div class ='fl pad1y space-right2 '>
2626 < span class ="strong "> 100% </ span >
2727 < span class ="quiet "> Statements</ span >
28- < span class ='fraction '> 155/155 </ span >
28+ < span class ='fraction '> 157/157 </ span >
2929 </ div >
3030
3131
@@ -46,7 +46,7 @@ <h1><a href="index.html">All files</a> factory.js</h1>
4646 < div class ='fl pad1y space-right2 '>
4747 < span class ="strong "> 100% </ span >
4848 < span class ="quiet "> Lines</ span >
49- < span class ='fraction '> 155/155 </ span >
49+ < span class ='fraction '> 157/157 </ span >
5050 </ div >
5151
5252
@@ -218,7 +218,11 @@ <h1><a href="index.html">All files</a> factory.js</h1>
218218< a name ='L153 '> </ a > < a href ='#L153 '> 153</ a >
219219< a name ='L154 '> </ a > < a href ='#L154 '> 154</ a >
220220< a name ='L155 '> </ a > < a href ='#L155 '> 155</ a >
221- < a name ='L156 '> </ a > < a href ='#L156 '> 156</ a > </ td > < td class ="line-coverage quiet "> < span class ="cline-any cline-yes "> 3x</ span >
221+ < a name ='L156 '> </ a > < a href ='#L156 '> 156</ a >
222+ < a name ='L157 '> </ a > < a href ='#L157 '> 157</ a >
223+ < a name ='L158 '> </ a > < a href ='#L158 '> 158</ a > </ td > < td class ="line-coverage quiet "> < span class ="cline-any cline-yes "> 3x</ span >
224+ < span class ="cline-any cline-yes "> 3x</ span >
225+ < span class ="cline-any cline-yes "> 3x</ span >
222226< span class ="cline-any cline-yes "> 3x</ span >
223227< span class ="cline-any cline-yes "> 3x</ span >
224228< span class ="cline-any cline-yes "> 3x</ span >
@@ -450,13 +454,15 @@ <h1><a href="index.html">All files</a> factory.js</h1>
450454*
451455* // Create a collection over which to iterate:
452456* var files = [
453- * './beep.js'
457+ * './beep.js',
458+ * './boop.js'
454459* ];
455460*
456461* // Define a callback which handles errors:
457462* function done( error ) {
458463* if ( error ) {
459- * throw error;
464+ * console.error( error.message );
465+ * return;
460466* }
461467* console.log( 'Successfully read all files.' );
462468* }
@@ -535,7 +541,7 @@ <h1><a href="index.html">All files</a> factory.js</h1>
535541 < div class ='footer quiet pad2 space-top1 center small '>
536542 Code coverage generated by
537543 < a href ="https://istanbul.js.org/ " target ="_blank " rel ="noopener noreferrer "> istanbul</ a >
538- at 2025-12-07T10:00:38.057Z
544+ at 2025-12-07T10:03:14.461Z
539545 </ div >
540546 < script src ="prettify.js "> </ script >
541547 < script >
0 commit comments