Skip to content

Commit aaba018

Browse files
committed
jslint error fails build early
1 parent a4d8f35 commit aaba018

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/lib/object_factory.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
var patternEngines = require('./pattern_engines');
44
var path = require('path');
55
var extend = require('util')._extend;
6+
7+
var evil = eval(1+1);
8+
69
// patternPrefixMatcher is intended to match the leading maybe-underscore,
710
// zero or more digits, and maybe-dash at the beginning of a pattern file name we can hack them
811
// off and get at the good part.

0 commit comments

Comments
 (0)