Skip to content

Commit 1e295b6

Browse files
committed
Update dist for v2.0.3
1 parent 36afbdd commit 1e295b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/stack-generator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222

2323
var curr = arguments.callee;
24-
while (curr && stack.length < maxStackSize) {
24+
while (curr && stack.length < maxStackSize && curr['arguments']) {
2525
// Allow V8 optimizations
2626
var args = new Array(curr['arguments'].length);
2727
for (var i = 0; i < args.length; ++i) {

dist/stack-generator.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)