Skip to content

Commit cca729a

Browse files
Merge pull request #76 from nextreleaseio/bugs
A new example
2 parents 52a0a41 + 1e414ca commit cca729a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hello.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ class MyClass {
2626

2727
function allTheThings () {
2828
let thing = new MyClass();
29+
thing.aLongLoop();
2930
}

0 commit comments

Comments
 (0)