| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -71,7 +71,7 @@ <h4>Clone and read example:</h4> | |||
| 71 | 71 | // Get the blob contents from the file. | |
| 72 | 72 | entry.getBlob().then(function(blob) { | |
| 73 | 73 | // Show the name, sha, and filesize in byes. | |
| 74 | - console.log(entry.name() + entry.sha() + blob.size() + "b"); | ||
| 74 | + console.log(entry.name + entry.sha + blob.size + "b"); | ||
| 75 | 75 | ||
| 76 | 76 | // Show a spacer. | |
| 77 | 77 | console.log(Array(72).join("=") + "\n\n"); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments