pretty-error
Advanced tools
Comparing version 0.1.6 to 0.1.7
{ | ||
"name": "pretty-error", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "scripts/js/lib/PrettyError.js", |
@@ -1,2 +0,1 @@ | ||
// Generated by CoffeeScript 1.6.3 | ||
module.exports = ['_debugger.js', '_http_agent.js', '_http_client.js', '_http_common.js', '_http_incoming.js', '_http_outgoing.js', '_http_server.js', '_linklist.js', '_stream_duplex.js', '_stream_passthrough.js', '_stream_readable.js', '_stream_transform.js', '_stream_writable.js', '_tls_legacy.js', '_tls_wrap.js', 'assert.js', 'buffer.js', 'child_process.js', 'cluster.js', 'console.js', 'constants.js', 'crypto.js', 'dgram.js', 'dns.js', 'domain.js', 'events.js', 'freelist.js', 'fs.js', 'http.js', 'https.js', 'module.js', 'net.js', 'os.js', 'path.js', 'punycode.js', 'querystring.js', 'readline.js', 'repl.js', 'smalloc.js', 'stream.js', 'string_decoder.js', 'sys.js', 'timers.js', 'tls.js', 'tty.js', 'url.js', 'util.js', 'vm.js', 'zlib.js', 'node.js']; |
@@ -1,2 +0,1 @@ | ||
// Generated by CoffeeScript 1.6.3 | ||
var ParsedError, prop, sysPath, _fn, _i, _len, _ref; | ||
@@ -84,3 +83,3 @@ | ||
text = text.replace(/^at /, ''); | ||
if (text === 'Error (<anonymous>)') { | ||
if (text === 'Error (<anonymous>)' || text === 'Error (<anonymous>:null:null)') { | ||
return; | ||
@@ -87,0 +86,0 @@ } |
@@ -1,2 +0,1 @@ | ||
// Generated by CoffeeScript 1.6.3 | ||
var ParsedError, PrettyError, RenderKid, array, defaultStyle, nodePaths, object, prop, _fn, _i, _len, _ref, _ref1, | ||
@@ -313,3 +312,3 @@ __slice = [].slice, | ||
if (e.wrapper !== '') { | ||
ret.wrapper = e.wrapper + ":"; | ||
ret.wrapper = "" + e.wrapper; | ||
} | ||
@@ -316,0 +315,0 @@ ret.kind = e.kind; |
@@ -1,2 +0,1 @@ | ||
// Generated by CoffeeScript 1.6.3 | ||
module.exports = function() { | ||
@@ -16,3 +15,3 @@ return { | ||
margin: '0 1', | ||
color: 'bright-white' | ||
color: 'grey' | ||
}, | ||
@@ -19,0 +18,0 @@ 'pretty-error > header > colon': { |
@@ -1,2 +0,1 @@ | ||
// Generated by CoffeeScript 1.6.3 | ||
var path, pathToLib; | ||
@@ -3,0 +2,0 @@ |
@@ -1,2 +0,1 @@ | ||
// Generated by CoffeeScript 1.6.3 | ||
var ParsedError, error, sysPath; | ||
@@ -3,0 +2,0 @@ |
@@ -1,2 +0,1 @@ | ||
// Generated by CoffeeScript 1.6.3 | ||
var PrettyError, error; | ||
@@ -3,0 +2,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43750
844