Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 00071e1

Browse files
authored
Merge pull request cornerstonejs#99 from toymachiner62/patch-1
Fix syntax bug
2 parents d82ecf0 + f08de79 commit 00071e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ try
6666
}
6767
catch(ex)
6868
{
69-
console.log('Error parsing byte stream' - ex);
69+
console.log('Error parsing byte stream', ex);
7070
}
7171
```
7272

@@ -360,4 +360,4 @@ Copyright 2016 Chris Hafey [[email protected]](mailto:[email protected])
360360
[travis-image]: https://travis-ci.org/cornerstonejs/dicomParser.svg?branch=master
361361

362362
[coverage-url]: https://coveralls.io/github/cornerstonejs/dicomParser?branch=master
363-
[coverage-image]: https://coveralls.io/repos/github/cornerstonejs/dicomParser/badge.svg?branch=master
363+
[coverage-image]: https://coveralls.io/repos/github/cornerstonejs/dicomParser/badge.svg?branch=master

0 commit comments

Comments
 (0)