File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ const
214
214
} ,
215
215
216
216
reErrorDeclare = / _ g p f E r r o r D e c l a r e \( " ( [ ^ " ] + ) " , { \n ( (?: [ ^ } ] | } [ ^ ) ] | \n ) * ) \s * } \) / g,
217
- reErrorItems = / (?: \/ \* \* ( (?: [ ^ * ] | \s | \* [ ^ / ] ) * ) \* \/ ) ? \s * ( [ a - z A - Z $ ] + ) : \s * " ( [ ^ " ] * ) " / g,
217
+ reErrorItems = / (?: \/ \* \* ( (?: [ ^ * ] | \s | \* [ ^ / ] ) * ) \* \/ ) ? \s * ( [ a - z A - Z $ 0 - 9 ] + ) : \s * " ( [ ^ " ] * ) " / g,
218
218
errorParam = " * @param {Object} context Dictionary of parameters used to format the message, must contain" ,
219
219
220
220
generateJsDocForError = ( name , message , comment ) => {
@@ -334,7 +334,7 @@ module.exports = {
334
334
checkForGpfErrorDeclare ( event ) ;
335
335
checkForGpfDefine ( event ) ;
336
336
checkForPrototypeAssign ( event ) ;
337
- trace ( `>> beforeParse(${ relativeFilename ( event . filename ) } )` ) ;
337
+ trace ( `<< beforeParse(${ relativeFilename ( event . filename ) } )` ) ;
338
338
} ,
339
339
340
340
processingComplete : event => {
You can’t perform that action at this time.
0 commit comments