Remove extra newlines around comments
This commit is contained in:
parent
990dc30e8d
commit
030d2a843c
40 changed files with 103 additions and 425 deletions
|
@ -8,9 +8,7 @@ if (!app.isReady()) {
|
|||
|
||||
protocol = process.atomBinding('protocol').protocol;
|
||||
|
||||
|
||||
// Warn about removed APIs.
|
||||
|
||||
logAndThrow = function(callback, message) {
|
||||
console.error(message);
|
||||
if (callback) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue