Skip to content

Commit 6e18b76

Browse files
jonschlinkertphated
authored andcommitted
Update: Minor formatting changes
1 parent 779c322 commit 6e18b76

1 file changed

Lines changed: 3 additions & 24 deletions

File tree

‎index.js‎

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -16,30 +16,9 @@ var union = require('arr-union');
1616
* See: https://github.com/wearefractal/gulp-util
1717
*/
1818

19-
varnonEnum=[
20-
'message',
21-
'name',
22-
'stack'
23-
];
24-
25-
varignored=union(nonEnum,[
26-
'__safety',
27-
'_stack',
28-
'plugin',
29-
'showProperties',
30-
'showStack'
31-
]);
32-
33-
varprops=[
34-
'fileName',
35-
'lineNumber',
36-
'message',
37-
'name',
38-
'plugin',
39-
'showProperties',
40-
'showStack',
41-
'stack'
42-
];
19+
varnonEnum=['message','name','stack'];
20+
varignored=union(nonEnum,['__safety','_stack','plugin','showProperties','showStack']);
21+
varprops=['fileName','lineNumber','message','name','plugin','showProperties','showStack','stack'];
4322

4423
functionPluginError(plugin,message,options){
4524
if(!(thisinstanceofPluginError)){

0 commit comments

Comments
 (0)