Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ritwickdey committed Sep 6, 2017
1 parent e933f7b commit 363f29a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/LiveServerHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export class LiveServerHelper {

}, 1000);
} catch (err) {
console.error(err);
callback(null);
}

Expand All @@ -34,4 +35,4 @@ export class LiveServerHelper {
liveServer.shutdown();
setTimeout(() => { callback() }, 1000);
}
}
}
4 changes: 2 additions & 2 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"check-space"
],
"curly": false,
"eofline": true,
"eofline": false,
"forin": true,
"import-blacklist": [
true,
Expand Down Expand Up @@ -128,4 +128,4 @@
"templates-use-public": true,
"invoke-injectable": true
}
}
}

0 comments on commit 363f29a

Please sign in to comment.