We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 229ab0b + 46fba6c commit 6041d59Copy full SHA for 6041d59
README.md
@@ -10,7 +10,7 @@ The promises referenced below are [ES6-Promises](https://github.com/jakearchibal
10
```js
11
var callback = function(stackframes) {
12
var stringifiedStack = stackframes.map(function(sf) {
13
- sf.toString();
+ return sf.toString();
14
}).join('\n');
15
console.log(stringifiedStack);
16
};
0 commit comments