mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 04:03:47 +00:00
Bug 828863 - followup, forgotten typo r=past
This commit is contained in:
parent
13884b7d1d
commit
6691260f64
@ -131,7 +131,7 @@ WebappsActor.prototype = {
|
||||
});
|
||||
} catch(e) {
|
||||
// If anything goes wrong, just send it back.
|
||||
self.sendError(e.toString());
|
||||
self._sendError(e.toString(), aId);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user