Clean up no-empty lint errors
This commit is contained in:
parent
4f4456bde8
commit
ccce284a5b
3 changed files with 3 additions and 5 deletions
|
@ -49,7 +49,7 @@ describe('protocol module', function() {
|
|||
callback(text);
|
||||
return callback();
|
||||
} catch (error1) {
|
||||
|
||||
// Ignore error
|
||||
}
|
||||
};
|
||||
return protocol.registerStringProtocol(protocolName, doubleHandler, function(error) {
|
||||
|
@ -589,7 +589,7 @@ describe('protocol module', function() {
|
|||
callback(text);
|
||||
return callback();
|
||||
} catch (error1) {
|
||||
|
||||
// Ignore error
|
||||
}
|
||||
};
|
||||
return protocol.interceptStringProtocol('http', doubleHandler, function(error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue