mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 00:55:46 +01:00
Whitespace fixes.
--HG-- extra : rebase_source : 7bc98c4cf1a8ca89cfbfb1f96ffe9fa72565c663
This commit is contained in:
@@ -134,7 +134,8 @@ defineModule.time = function time(major, minor, func, self) {
|
||||
let time = Date.now();
|
||||
try {
|
||||
var res = func.apply(self, Array.slice(arguments, 4));
|
||||
} catch (e) {
|
||||
}
|
||||
catch (e) {
|
||||
loaded.util && util.reportError(e);
|
||||
}
|
||||
let delta = Date.now() - time;
|
||||
|
||||
Reference in New Issue
Block a user