mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-10 17:48:50 +08:00
fix(ship-logs): never use the .coffee extension
This commit is contained in:
parent
4a4872ec27
commit
80adb41d2e
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ module.exports = ErrorReporter = (function() {
|
|||
console.log("ErrorReporter: Shipping Logs. " + reason);
|
||||
|
||||
Task = require('./task')
|
||||
ship = Task.once(fs.absolute('./tasks/ship-logs-task.coffee'), tmpPath, logPattern, function() {
|
||||
ship = Task.once(fs.absolute('./tasks/ship-logs-task'), tmpPath, logPattern, function() {
|
||||
self.appendLog("ErrorReporter: Shipped Logs.");
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue